javax.media
Interface Processor
- All Superinterfaces:
- Clock, Controller, Duration, MediaHandler, Player
- All Known Implementing Classes:
- AbstractProcessor, Handler, Handler
public interface Processor
- extends Player
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
Fields inherited from interface javax.media.Clock |
RESET |
Methods inherited from interface javax.media.Controller |
addControllerListener, close, deallocate, getControl, getControls, getStartLatency, getState, getTargetState, prefetch, realize, removeControllerListener |
Methods inherited from interface javax.media.Clock |
getMediaNanoseconds, getMediaTime, getRate, getStopTime, getSyncTime, getTimeBase, mapToTimeBase, setMediaTime, setRate, setStopTime, setTimeBase, stop, syncStart |
Configuring
static final int Configuring
- See Also:
- Constant Field Values
Configured
static final int Configured
- See Also:
- Constant Field Values
configure
void configure()
getTrackControls
TrackControl[] getTrackControls()
throws NotConfiguredError
- Throws:
NotConfiguredError
getSupportedContentDescriptors
ContentDescriptor[] getSupportedContentDescriptors()
throws NotConfiguredError
- Throws:
NotConfiguredError
setContentDescriptor
ContentDescriptor setContentDescriptor(ContentDescriptor outputContentDescriptor)
throws NotConfiguredError
- Throws:
NotConfiguredError
getContentDescriptor
ContentDescriptor getContentDescriptor()
throws NotConfiguredError
- Throws:
NotConfiguredError
getDataOutput
DataSource getDataOutput()
throws NotRealizedError
- Throws:
NotRealizedError