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

Field Summary
static int Configured
           
static int Configuring
           
 
Fields inherited from interface javax.media.Controller
LATENCY_UNKNOWN, Prefetched, Prefetching, Realized, Realizing, Started, Unrealized
 
Fields inherited from interface javax.media.Clock
RESET
 
Fields inherited from interface javax.media.Duration
DURATION_UNBOUNDED, DURATION_UNKNOWN
 
Method Summary
 void configure()
           
 ContentDescriptor getContentDescriptor()
           
 DataSource getDataOutput()
           
 ContentDescriptor[] getSupportedContentDescriptors()
           
 TrackControl[] getTrackControls()
           
 ContentDescriptor setContentDescriptor(ContentDescriptor outputContentDescriptor)
           
 
Methods inherited from interface javax.media.Player
addController, getControlPanelComponent, getGainControl, getVisualComponent, removeController, start
 
Methods inherited from interface javax.media.MediaHandler
setSource
 
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
 
Methods inherited from interface javax.media.Duration
getDuration
 

Field Detail

Configuring

static final int Configuring
See Also:
Constant Field Values

Configured

static final int Configured
See Also:
Constant Field Values
Method Detail

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