|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlugIn | |
javax.media | |
javax.media.renderer |
Uses of PlugIn in javax.media |
Subinterfaces of PlugIn in javax.media | |
interface |
Codec
A Codec is a media processing unit that accepts a Buffer
object as its input, performs some processing on the input data, and then puts the
result in an output Buffer object. |
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 |
Effect
An Effect is a media processing unit that takes an input Buffer of data,
performs some special-effects processing on the data, and then outputs the
data to an output Buffer . |
interface |
Multiplexer
A Multiplexer is a media processing unit takes input data from multiple tracks,
combines the data into an interleaved container format, then outputs the
interleaved data through an output DataSource . |
interface |
Renderer
A Renderer is a media processing unit that renders input media
to a pre-defined destination, such as the screen or system speaker. |
Uses of PlugIn in javax.media.renderer |
Subinterfaces of PlugIn in javax.media.renderer | |
interface |
VideoRenderer
An interface for renderers that render video to a display or any other such device. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |