javax.media.control
Interface H261Control


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


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.