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

Field Summary
static long DEFAULT_VALUE
           
static long MAX_VALUE
           
 
Method Summary
 long getBufferLength()
           
 boolean getEnabledThreshold()
           
 long getMinimumThreshold()
           
 long setBufferLength(long time)
           
 void setEnabledThreshold(boolean b)
           
 long setMinimumThreshold(long time)
           
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Field Detail

DEFAULT_VALUE

static final long DEFAULT_VALUE
See Also:
Constant Field Values

MAX_VALUE

static final long MAX_VALUE
See Also:
Constant Field Values
Method Detail

getBufferLength

long getBufferLength()

setBufferLength

long setBufferLength(long time)

getMinimumThreshold

long getMinimumThreshold()

setMinimumThreshold

long setMinimumThreshold(long time)

setEnabledThreshold

void setEnabledThreshold(boolean b)

getEnabledThreshold

boolean getEnabledThreshold()