javax.media.control
Interface H261Control

All Superinterfaces:
Control

public interface H261Control
extends Control

This interface is a Control for specifying the parameters for H.261 video codec.

Since:
JMF 2.0

Method Summary
 boolean getStillImageTransmission()
          Returns if still image transmission was enabled.
 boolean isStillImageTransmissionSupported()
          Returns if still image transmission is supported
 boolean setStillImageTransmission(boolean newStillImageTransmission)
          Sets the still image transmission mode.
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

isStillImageTransmissionSupported

public boolean isStillImageTransmissionSupported()
Returns if still image transmission is supported

Returns:
if still image transmission is supported

setStillImageTransmission

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

Parameters:
newStillImageTransmission - the requested still image transmission mode
Returns:
the actual still image transmission mode that was set

getStillImageTransmission

public boolean getStillImageTransmission()
Returns if still image transmission was enabled. Decoders returns if still image transmission is supported.

Returns:
if still image transmission was enabled