FileDocCategorySizeDatePackage
H263Control.javaAPI DocJMF 2.1.1e3933Mon May 12 12:20:36 BST 2003javax.media.control

H263Control

public interface H263Control implements Control
This interface is a Control for specifying the parameters for H263 video codec.
since
JMF 2.0

Fields Summary
Constructors Summary
Methods Summary
public booleangetAdvancedPrediction()
Returns if advanced prediction was enabled. Decoders return the support for this mode.

return
if advanced prediction was enabled

public booleangetArithmeticCoding()
Returns if arithmeticc coding was enabled. Decoders return the support for this mode.

return
if arithmeticc coding was enabled

public intgetBppMaxKb()
Returns the refernce decoder parameter BppMaxKb

return
the refernce decoder parameter BppMaxKb

public booleangetErrorCompensation()
Returns if error compensation was enabled. Decoders return the support for this mode.

return
if error compensation was enabled

public intgetHRD_B()
Returns the refernce decoder parameter HRD_B

return
the refernce decoder parameter HRD_B

public booleangetPBFrames()
Returns if PB Frames was enabled. Decoders return the support for this mode.

return
if PB Frames was enabled

public booleangetUnrestrictedVector()
Returns if unrestricted vector was enabled. Decoders return the support for this mode.

return
if unrestricted vector was enabled

public booleanisAdvancedPredictionSupported()
Returns if advanced prediction extension is supported

return
if advanced prediction extension is supported

public booleanisArithmeticCodingSupported()
Returns if arithmeticc coding extension is supported

return
if arithmeticc coding extension is supported

public booleanisErrorCompensationSupported()
Returns if error compensation extension is supported

return
if error compensation extension is supported

public booleanisPBFramesSupported()
Returns if PB Frames extension is supported

return
if PB Frames extension is supported

public booleanisUnrestrictedVectorSupported()
Returns if unrestricted vector extension is supported

return
if unrestricted vector extension is supported

public booleansetAdvancedPrediction(boolean newAdvancedPredictionMode)
Sets the advanced prediction mode

param
newAdvancedPredictionMode the requested advanced prediction mode
return
the actual advanced prediction mode that was set

public booleansetArithmeticCoding(boolean newArithmeticCodingMode)
Sets the arithmeticc coding mode

param
newArithmeticCodingMode the requested arithmeticc coding mode
return
the actual arithmeticc coding mode that was set

public booleansetErrorCompensation(boolean newtErrorCompensationMode)
Sets the error compensation mode

param
newtErrorCompensationMode the requested error compensation mode
return
the actual error compensation mode that was set

public booleansetPBFrames(boolean newPBFramesMode)
Sets the PB Frames mode

param
newPBFramesMode the requested PB Frames mode
return
the actual PB Frames mode that was set

public booleansetUnrestrictedVector(boolean newUnrestrictedVectorMode)
Sets the unrestricted vector mode

param
newUnrestrictedVectorMode the requested unrestricted vector mode
return
the actual unrestricted vector mode that was set