FileDocCategorySizeDatePackage
H261Control.javaAPI DocJMF 2.1.1e1095Mon May 12 12:20:36 BST 2003javax.media.control

H261Control

public interface H261Control implements Control
This interface is a Control for specifying the parameters for H.261 video codec.
since
JMF 2.0

Fields Summary
Constructors Summary
Methods Summary
public booleangetStillImageTransmission()
Returns if still image transmission was enabled. Decoders returns if still image transmission is supported.

return
if still image transmission was enabled

public booleanisStillImageTransmissionSupported()
Returns if still image transmission is supported

return
if still image transmission is supported

public booleansetStillImageTransmission(boolean newStillImageTransmission)
Sets the still image transmission mode. Decoders ignore this method.

param
newStillImageTransmission the requested still image transmission mode
return
the actual still image transmission mode that was set