public interface Processor extends Player
Modifier and Type | Field and Description |
---|---|
static int |
Configured |
static int |
Configuring |
LATENCY_UNKNOWN, Prefetched, Prefetching, Realized, Realizing, Started, Unrealized
DURATION_UNBOUNDED, DURATION_UNKNOWN
Modifier and Type | Method and Description |
---|---|
void |
configure() |
ContentDescriptor |
getContentDescriptor() |
DataSource |
getDataOutput() |
ContentDescriptor[] |
getSupportedContentDescriptors() |
TrackControl[] |
getTrackControls() |
ContentDescriptor |
setContentDescriptor(ContentDescriptor outputContentDescriptor) |
addController, getControlPanelComponent, getGainControl, getVisualComponent, removeController, start
setSource
addControllerListener, close, deallocate, getControl, getControls, getStartLatency, getState, getTargetState, prefetch, realize, removeControllerListener
getMediaNanoseconds, getMediaTime, getRate, getStopTime, getSyncTime, getTimeBase, mapToTimeBase, setMediaTime, setRate, setStopTime, setTimeBase, stop, syncStart
getDuration
static final int Configuring
static final int Configured
void configure()
TrackControl[] getTrackControls() throws NotConfiguredError
NotConfiguredError
ContentDescriptor[] getSupportedContentDescriptors() throws NotConfiguredError
NotConfiguredError
ContentDescriptor setContentDescriptor(ContentDescriptor outputContentDescriptor) throws NotConfiguredError
NotConfiguredError
ContentDescriptor getContentDescriptor() throws NotConfiguredError
NotConfiguredError
DataSource getDataOutput() throws NotRealizedError
NotRealizedError