| Class and Description |
|---|
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
| IncompatibleSourceException
An
IncompatibleSourceException is thrown
by a MediaHandler when setSource
is invoked and the MediaHandler cannot
support the DataSource. |
| IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
Time
Time abstracts time in the Java Media framework. |
| TimeBase
A
TimeBase is a constantly ticking source of time,
much like a crystal. |
| Class and Description |
|---|
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
| ClockStoppedException
A
ClockStoppedException is thrown when a method that
expects the Clock to be Started is
called on a Stopped Clock. |
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
GainControl
GainControl is an interface for manipulating audio signal
gain. |
| IncompatibleSourceException
An
IncompatibleSourceException is thrown
by a MediaHandler when setSource
is invoked and the MediaHandler cannot
support the DataSource. |
| IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
MediaHandler
MediaHandler is the base interface for objects
that read and manage media content delivered from a
DataSource. |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
Time
Time abstracts time in the Java Media framework. |
| TimeBase
A
TimeBase is a constantly ticking source of time,
much like a crystal. |
| Class and Description |
|---|
| CachingControlEvent
This event is generated by a
Controller that supports
the CachingControl interface. |
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
| ClockStoppedException
A
ClockStoppedException is thrown when a method that
expects the Clock to be Started is
called on a Stopped Clock. |
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
| ControllerClosedEvent
A
ControllerClosedEvent describes an event that is
generated when an a Controller is closed. |
| ControllerErrorEvent
A
ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers. |
DataStarvedEvent
DataStarvedEvent indicates that a Controller has
lost data or has stopped receiving data altogether. |
| DeallocateEvent
A
DeallocateEvent is posted as an acknowledgement of the
invocation of the deallocate method. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
DurationUpdateEvent
DurationUpdateEvent is posted by a Controller when its
duration changes. |
| EndOfMediaEvent
An
EndOfMediaEvent indicates that the Controller
has reached the end of its media and is stopping. |
| GainChangeEvent
A
GainChangeEvent is posted by a
GainControl when its state has been updated. |
GainChangeListener
GainChangeListener is an interface for handling
GainChangeEvents generated by
GainControls. |
GainControl
GainControl is an interface for manipulating audio signal
gain. |
| IncompatibleSourceException
An
IncompatibleSourceException is thrown
by a MediaHandler when setSource
is invoked and the MediaHandler cannot
support the DataSource. |
| IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
| InternalErrorEvent
An
InternalErrorEvent indicates that a Controller failed
for implementation-specific reasons. |
MediaEvent
MediaEvent is the base interface for events supported
by the media framework. |
MediaHandler
MediaHandler is the base interface for objects
that read and manage media content delivered from a
DataSource. |
| MediaTimeSetEvent
A
MediaTimeSetEvent is posted by a Controller when its
media-time has been set with the setMediaTime method. |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
| PrefetchCompleteEvent
A
PrefetchCompleteEvent is posted when a Controller finishes
Prefetching. |
| RateChangeEvent
A
RateChangeEvent is a ControllerEvent that is posted when
a Controller's rate changes. |
| RealizeCompleteEvent
A
RealizeCompleteEvent is posted when a Controller finishes
Realizing. |
| ResourceUnavailableEvent
A
ResourceUnavailableEvent indicates that a Controller was
unable to allocate a resource that it requires for operation. |
| RestartingEvent
A
RestartingEvent indicates that a Controller has moved from
the Started state back to the Prefetching state
(a Stopped state) and intends to return to the
Started state when Prefetching is complete. |
StartEvent
StartEvent is a TransitionEvent that indicates that
a Controller has entered the Started state. |
| StopAtTimeEvent
A
StopAtTimeEvent indicates that the Controller has stopped because it reached
its stop time. |
| StopByRequestEvent
A
StopByRequestEvent indicates that the Controller has stopped in response to a stop call. |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
| StopTimeChangeEvent
A
StopTimeChangeEvent is generated by a Controller when its stop time
has changed. |
Time
Time abstracts time in the Java Media framework. |
| TimeBase
A
TimeBase is a constantly ticking source of time,
much like a crystal. |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Class and Description |
|---|
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers. |
GainChangeListener
GainChangeListener is an interface for handling
GainChangeEvents generated by
GainControls. |
| Class and Description |
|---|
| Control
The base interface for processing
Control objects. |
| Class and Description |
|---|
Time
Time abstracts time in the Java Media framework. |
| Class and Description |
|---|
MediaLocator
MediaLocator describes the location of
media content. |
| Class and Description |
|---|
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
| Class and Description |
|---|
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
MediaLocator
MediaLocator describes the location of
media content. |
Time
Time abstracts time in the Java Media framework. |
| Class and Description |
|---|
CachingControl
CachingControl is an interface supported by Players
that are capable of reporting download progress. |
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
| ClockStoppedException
A
ClockStoppedException is thrown when a method that
expects the Clock to be Started is
called on a Stopped Clock. |
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
| ControllerClosedEvent
A
ControllerClosedEvent describes an event that is
generated when an a Controller is closed. |
| ControllerErrorEvent
A
ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
| GainChangeEvent
A
GainChangeEvent is posted by a
GainControl when its state has been updated. |
GainChangeListener
GainChangeListener is an interface for handling
GainChangeEvents generated by
GainControls. |
GainControl
GainControl is an interface for manipulating audio signal
gain. |
| IncompatibleSourceException
An
IncompatibleSourceException is thrown
by a MediaHandler when setSource
is invoked and the MediaHandler cannot
support the DataSource. |
| IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
| MediaError
A
MediaError indicates an error condition that
occurred through incorrect usage of the API. |
MediaEvent
MediaEvent is the base interface for events supported
by the media framework. |
| MediaException
A
MediaException indicates an unexpected error
condition in a JavaMedia method. |
MediaHandler
MediaHandler is the base interface for objects
that read and manage media content delivered from a
DataSource. |
MediaLocator
MediaLocator describes the location of
media content. |
| NoDataSourceException
A
NoDataSourceException is thrown when a DataSource
can't be found for a particular URL or MediaLocator. |
| NoPlayerException
A
NoPlayerException is thrown when a PlayerFactory
can't find a Player for a
particular URL or MediaLocator. |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
Time
Time abstracts time in the Java Media framework. |
| TimeBase
A
TimeBase is a constantly ticking source of time,
much like a crystal. |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Class and Description |
|---|
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
Time
Time abstracts time in the Java Media framework. |
| Class and Description |
|---|
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
| Class and Description |
|---|
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
MediaHandler
MediaHandler is the base interface for objects
that read and manage media content delivered from a
DataSource. |
Player
Player is a MediaHandler for rendering
and controlling time based media data. |
| Class and Description |
|---|
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
MediaEvent
MediaEvent is the base interface for events supported
by the media framework. |
| MediaException
A
MediaException indicates an unexpected error
condition in a JavaMedia method. |
MediaLocator
MediaLocator describes the location of
media content. |
| RestartingEvent
A
RestartingEvent indicates that a Controller has moved from
the Started state back to the Prefetching state
(a Stopped state) and intends to return to the
Started state when Prefetching is complete. |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
Time
Time abstracts time in the Java Media framework. |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Class and Description |
|---|
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
Time
Time abstracts time in the Java Media framework. |
| Class and Description |
|---|
MediaLocator
MediaLocator describes the location of
media content. |
| Class and Description |
|---|
| Control
The base interface for processing
Control objects. |
Controller
Controller, which extends Clock,
provides resource-allocation
state information, event generation, and a mechanism for obtaining objects
that provide additional control over a Controller. |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
| Duration
The
Duration interface provides a way to determine the
duration of the media being played by a media object. |
MediaEvent
MediaEvent is the base interface for events supported
by the media framework. |
MediaLocator
MediaLocator describes the location of
media content. |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
Time
Time abstracts time in the Java Media framework. |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Class and Description |
|---|
| Clock
The
Clock interface is implemented by objects that support
the Java Media time model. |
| IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
Time
Time abstracts time in the Java Media framework. |
Copyright © 2012 code4tv.com. All Rights Reserved.