Uses of Class
javax.media.protocol.DataSource

Packages that use DataSource
javax.media.protocol   
javax.media.rtp   
 

Uses of DataSource in javax.media.protocol
 

Subclasses of DataSource in javax.media.protocol
 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.
 

Uses of DataSource in javax.media.rtp
 

Subclasses of DataSource in javax.media.rtp
 class RTPPushDataSource
          Deprecated. This inferface has been replaced with the RTPConnector interface.
 class RTPSocket
          Deprecated. This inferface has been replaced with the RTPConnector interface.