javax.media.control
Interface H263Control

All Superinterfaces:
Control

public interface H263Control
extends Control

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 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)
           
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

isUnrestrictedVectorSupported

boolean isUnrestrictedVectorSupported()

setUnrestrictedVector

boolean setUnrestrictedVector(boolean newUnrestrictedVectorMode)

getUnrestrictedVector

boolean getUnrestrictedVector()

isArithmeticCodingSupported

boolean isArithmeticCodingSupported()

setArithmeticCoding

boolean setArithmeticCoding(boolean newArithmeticCodingMode)

getArithmeticCoding

boolean getArithmeticCoding()

isAdvancedPredictionSupported

boolean isAdvancedPredictionSupported()

setAdvancedPrediction

boolean setAdvancedPrediction(boolean newAdvancedPredictionMode)

getAdvancedPrediction

boolean getAdvancedPrediction()

isPBFramesSupported

boolean isPBFramesSupported()

setPBFrames

boolean setPBFrames(boolean newPBFramesMode)

getPBFrames

boolean getPBFrames()

isErrorCompensationSupported

boolean isErrorCompensationSupported()

setErrorCompensation

boolean setErrorCompensation(boolean newtErrorCompensationMode)

getErrorCompensation

boolean getErrorCompensation()

getHRD_B

int getHRD_B()

getBppMaxKb

int getBppMaxKb()