Subinterfaces of MediaHandler in javax.media |
interface |
DataSink
DataSink is the base interface for objects that
read media content delivered by a DataSource
and render the media to some destination. |
interface |
DataSinkProxy
A DataSinkProxy is a MediaProxy that provides
the content type of the DataSink to be created based on its
destination MediaLocator . |
interface |
Demultiplexer
A Demultiplexer is a media processing unit that
takes an interleaved media stream as input, extracts the individual tracks from the stream,
and outputs the resulting tracks. |
interface |
MediaProxy
|
interface |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
interface |
Processor
The Processor interface defines a module for processing
and controlling time-based media data. |