TrackControlpublic interface TrackControl implements Controls, FormatControlThe TrackControl interface is provided by the
Processor to query, control and manipulate the data
of individual media tracks. |
Methods Summary |
---|
public void | setCodecChain(javax.media.Codec[] codecs)Specify a chain of Codec plugins to be used on the track.
The Processor will try its best to insert the codecs in
the given order to the data flow.
Effect is a subclass of Codec and
thus can be used also in this method.
| public void | setRenderer(javax.media.Renderer renderer)Replace the default renderer of the Processor
with the given one.
|
|