javax.media.control
Interface BufferControl
- All Superinterfaces:
- Control
public interface BufferControl
- extends Control
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
DEFAULT_VALUE
static final long DEFAULT_VALUE
- See Also:
- Constant Field Values
MAX_VALUE
static final long MAX_VALUE
- See Also:
- Constant Field Values
getBufferLength
long getBufferLength()
setBufferLength
long setBufferLength(long time)
getMinimumThreshold
long getMinimumThreshold()
setMinimumThreshold
long setMinimumThreshold(long time)
setEnabledThreshold
void setEnabledThreshold(boolean b)
getEnabledThreshold
boolean getEnabledThreshold()