Uses of Class
javax.media.NotConfiguredError

Packages that use NotConfiguredError
javax.media   
javax.media.control   
 

Uses of NotConfiguredError in javax.media
 

Methods in javax.media that throw NotConfiguredError
 TrackControl[] Processor.getTrackControls()
          Gets a TrackControl for each track in the media stream.
 ContentDescriptor[] Processor.getSupportedContentDescriptors()
          Gets all of the content types that this Processor can output.
 ContentDescriptor Processor.setContentDescriptor(ContentDescriptor outputContentDescriptor)
          Sets the output content-type for this Processor.
 ContentDescriptor Processor.getContentDescriptor()
          Gets the output content-type currently set for this Processor.
 

Uses of NotConfiguredError in javax.media.control
 

Methods in javax.media.control that throw NotConfiguredError
 void TrackControl.setCodecChain(Codec[] codecs)
          Specify a chain of Codec plugins to be used on the track.
 void TrackControl.setRenderer(Renderer renderer)
          Replace the default renderer of the Processor with the given one.