public interface H263Control extends Control
Modifier and Type | Method and Description |
---|---|
boolean |
getAdvancedPrediction() |
boolean |
getArithmeticCoding() |
int |
getBppMaxKb() |
boolean |
getErrorCompensation() |
int |
getHRD_B() |
boolean |
getPBFrames() |
boolean |
getUnrestrictedVector() |
boolean |
isAdvancedPredictionSupported() |
boolean |
isArithmeticCodingSupported() |
boolean |
isErrorCompensationSupported() |
boolean |
isPBFramesSupported() |
boolean |
isUnrestrictedVectorSupported() |
boolean |
setAdvancedPrediction(boolean newAdvancedPredictionMode) |
boolean |
setArithmeticCoding(boolean newArithmeticCodingMode) |
boolean |
setErrorCompensation(boolean newtErrorCompensationMode) |
boolean |
setPBFrames(boolean newPBFramesMode) |
boolean |
setUnrestrictedVector(boolean newUnrestrictedVectorMode) |
getControlComponent
boolean isUnrestrictedVectorSupported()
boolean setUnrestrictedVector(boolean newUnrestrictedVectorMode)
boolean getUnrestrictedVector()
boolean isArithmeticCodingSupported()
boolean setArithmeticCoding(boolean newArithmeticCodingMode)
boolean getArithmeticCoding()
boolean isAdvancedPredictionSupported()
boolean setAdvancedPrediction(boolean newAdvancedPredictionMode)
boolean getAdvancedPrediction()
boolean isPBFramesSupported()
boolean setPBFrames(boolean newPBFramesMode)
boolean getPBFrames()
boolean isErrorCompensationSupported()
boolean setErrorCompensation(boolean newtErrorCompensationMode)
boolean getErrorCompensation()
int getHRD_B()
int getBppMaxKb()