FileDocCategorySizeDatePackage
TrackControl.javaAPI DocJMF 2.1.1e1781Mon May 12 12:20:34 BST 2003javax.media.control

TrackControl

public interface TrackControl implements Controls, FormatControl
The TrackControl interface is provided by the Processor to query, control and manipulate the data of individual media tracks.
see
javax.media.Format
see
javax.media.Processor
since
JMF 2.0

Fields Summary
Constructors Summary
Methods Summary
public voidsetCodecChain(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.

param
codecs an array of Codec plugins to be set.
exception
javax.media.NotConfiguredError if the owning Processor is not configured.
exception
javax.media.UnsupportedPlugInException if the PlugIn cannot be set.

public voidsetRenderer(javax.media.Renderer renderer)
Replace the default renderer of the Processor with the given one.

param
renderer the Renderer plugin to be used.
exception
javax.media.NotConfiguredError if the owning Processor is not configured.
exception
javax.media.UnsupportedPlugInException if the PlugIn cannot be set.