javax.media.control
Interface BitRateControl

All Superinterfaces:
Control

public interface BitRateControl
extends Control

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

Author:
Ken Larson

Method Summary
 int getBitRate()
           
 int getMaxSupportedBitRate()
           
 int getMinSupportedBitRate()
           
 int setBitRate(int bitrate)
           
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

getBitRate

int getBitRate()

setBitRate

int setBitRate(int bitrate)

getMinSupportedBitRate

int getMinSupportedBitRate()

getMaxSupportedBitRate

int getMaxSupportedBitRate()