Uses of Interface
javax.media.protocol.Controls

Packages that use Controls
javax.media.protocol   
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
 

Uses of Controls in javax.media.protocol
 

Subinterfaces of Controls in javax.media.protocol
 interface PullSourceStream
          Abstracts a read interface that data is pulled from.
 interface PushSourceStream
          Abstracts a read interface that pushes data.
 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 PullDataSource
          Abstracts a media data-source that only supports pull data-streams.
 class PushDataSource
          Abstracts a data source that manages PushDataStreams.
 class URLDataSource
          A default data-source created directly from a URL using URLConnection.
 

Uses of Controls in org.dvb.media
 

Classes in org.dvb.media that implement Controls
 class DripFeedDataSource
          This class allows to create a source for a JMF player to be able to feed the decoder progressively with parts of a clip (e.g.
 



Copyright © 2011. All Rights Reserved.