Uses of Interface
javax.media.Controls

Packages that use Controls
javax.media   
javax.media.control   
javax.media.protocol   
javax.media.renderer   
javax.media.rtp   
 

Uses of Controls in javax.media
 

Subinterfaces of Controls 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 DataSink
          DataSink is the base interface for objects that read media content delivered by a DataSource and render the media to some destination.
 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 PlugIn
          The base interface for JMF plug-ins.
 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 Controls in javax.media.control
 

Subinterfaces of Controls in javax.media.control
 interface TrackControl
          The TrackControl interface is provided by the Processor to query, control and manipulate the data of individual media tracks.
 

Uses of Controls in javax.media.protocol
 

Subinterfaces of Controls in javax.media.protocol
 interface Controls
          It extends javax.media.Controls.
 interface PullBufferStream
          Abstracts a read interface that data is pulled from in the form of Buffer objects This interface allows a sourcestream to transfer data in the form of an entire media chunk to the user of this sourcestream.
 interface PullSourceStream
          Abstracts a read interface that data is pulled from.
 interface PushBufferStream
          Abstracts a read interface that pushes data in the form of Buffer objects This interface allows a source stream to transfer data in the form of an entire media chunk to the user of this source stream.
 interface PushSourceStream
           
 interface SourceStream
          Abstracts a single stream of media data.
 

Classes in javax.media.protocol that implement Controls
 class DataSource
          A DataSource is an abstraction for media protocol-handlers.
 class InputSourceStream
          Build a source stream out of an input stream.
 class PullBufferDataSource
          Abstracts a media data-source that contains one or more PullBufferStreams and delivers data as Buffer objects.
 class PullDataSource
          Abstracts a media data-source that only supports pull data-streams.
 class PushBufferDataSource
          Abstracts a data source that manages data in the form of push streams.
 class PushDataSource
          Abstracts a data source that manages PushDataStreams.
 class URLDataSource
          A default data-source created directly from a URL using URLConnection.
(package private)  class URLDataSource.URLSourceStream
          Create a PullSourceStream from a URLConnection.
 

Uses of Controls in javax.media.renderer
 

Subinterfaces of Controls in javax.media.renderer
 interface VideoRenderer
          An interface for renderers that render video to a display or any other such device.
 

Uses of Controls in javax.media.rtp
 

Subinterfaces of Controls in javax.media.rtp
 interface SessionManager
          Deprecated. This inferface has been replaced with the RTPManager interface.
 

Classes in javax.media.rtp that implement Controls
 class RTPManager
          The interface implemented by the RTPManager.
 class RTPPushDataSource
          Deprecated. This inferface has been replaced with the RTPConnector interface.
 class RTPSocket
          Deprecated. This inferface has been replaced with the RTPConnector interface.