public interface BufferControl extends Control
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_VALUE |
static long |
MAX_VALUE |
Modifier and Type | Method and Description |
---|---|
long |
getBufferLength() |
boolean |
getEnabledThreshold() |
long |
getMinimumThreshold() |
long |
setBufferLength(long time) |
void |
setEnabledThreshold(boolean b) |
long |
setMinimumThreshold(long time) |
getControlComponent
static final long DEFAULT_VALUE
static final long MAX_VALUE
long getBufferLength()
long setBufferLength(long time)
long getMinimumThreshold()
long setMinimumThreshold(long time)
void setEnabledThreshold(boolean b)
boolean getEnabledThreshold()