javax.media.control
Interface TrackControl

All Superinterfaces:
Control, Controls, FormatControl

public interface TrackControl
extends FormatControl, Controls

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 void setCodecChain(Codec[] codecs)
           
 void setRenderer(Renderer renderer)
           
 
Methods inherited from interface javax.media.control.FormatControl
getFormat, getSupportedFormats, isEnabled, setEnabled, setFormat
 
Methods inherited from interface javax.media.Control
getControlComponent
 
Methods inherited from interface javax.media.Controls
getControl, getControls
 

Method Detail

setCodecChain

void setCodecChain(Codec[] codecs)
                   throws UnsupportedPlugInException,
                          NotConfiguredError
Throws:
UnsupportedPlugInException
NotConfiguredError

setRenderer

void setRenderer(Renderer renderer)
                 throws UnsupportedPlugInException,
                        NotConfiguredError
Throws:
UnsupportedPlugInException
NotConfiguredError