|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Duration | |
javax.media | |
javax.media.bean.playerbean | |
javax.media.protocol | |
javax.media.rtp |
Uses of Duration in javax.media |
Subinterfaces of Duration in javax.media | |
interface |
Controller
The Controller interface, which extends Clock ,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller . |
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 |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
interface |
Processor
The Processor interface defines a module for processing
and controlling time-based media data. |
interface |
Track
A Track abstracts the information specific to an individual
track in a media stream. |
Uses of Duration in javax.media.bean.playerbean |
Classes in javax.media.bean.playerbean that implement Duration | |
class |
MediaPlayer
MediaPlayer encapsulates a player in a
JavaBeansTM component. |
Uses of Duration in javax.media.protocol |
Classes in javax.media.protocol that implement Duration | |
class |
DataSource
A DataSource is an abstraction for media protocol-handlers. |
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 Duration in javax.media.rtp |
Classes in javax.media.rtp that implement Duration | |
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 |