|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controls | |
javax.media.protocol | |
javax.media.rtp |
Uses of Controls in javax.media.protocol |
Subinterfaces of Controls in javax.media.protocol | |
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.rtp |
Classes in javax.media.rtp that implement Controls | |
class |
RTPPushDataSource
Deprecated. This inferface has been replaced with the RTPConnector interface. |
class |
RTPSocket
Deprecated. This inferface has been replaced with the RTPConnector interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |