Methods Summary |
---|
public boolean | getAdvancedPrediction()Returns if advanced prediction was enabled.
Decoders return the support for this mode.
|
public boolean | getArithmeticCoding()Returns if arithmeticc coding was enabled.
Decoders return the support for this mode.
|
public int | getBppMaxKb()Returns the refernce decoder parameter BppMaxKb
|
public boolean | getErrorCompensation()Returns if error compensation was enabled.
Decoders return the support for this mode.
|
public int | getHRD_B()Returns the refernce decoder parameter HRD_B
|
public boolean | getPBFrames()Returns if PB Frames was enabled.
Decoders return the support for this mode.
|
public boolean | getUnrestrictedVector()Returns if unrestricted vector was enabled.
Decoders return the support for this mode.
|
public boolean | isAdvancedPredictionSupported()Returns if advanced prediction extension is supported
|
public boolean | isArithmeticCodingSupported()Returns if arithmeticc coding extension is supported
|
public boolean | isErrorCompensationSupported()Returns if error compensation extension is supported
|
public boolean | isPBFramesSupported()Returns if PB Frames extension is supported
|
public boolean | isUnrestrictedVectorSupported()Returns if unrestricted vector extension is supported
|
public boolean | setAdvancedPrediction(boolean newAdvancedPredictionMode)Sets the advanced prediction mode
|
public boolean | setArithmeticCoding(boolean newArithmeticCodingMode)Sets the arithmeticc coding mode
|
public boolean | setErrorCompensation(boolean newtErrorCompensationMode)Sets the error compensation mode
|
public boolean | setPBFrames(boolean newPBFramesMode)Sets the PB Frames mode
|
public boolean | setUnrestrictedVector(boolean newUnrestrictedVectorMode)Sets the unrestricted vector mode
|