| Package | Description |
|---|---|
| com.sun.tv | |
| com.sun.tv.media | |
| com.sun.tv.media.content.video.mpeg | |
| com.sun.tv.media.util | |
| javax.media | |
| org.davic.media | |
| org.dvb.media |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContextImpl.controllerUpdate(ControllerEvent ce)
Handle Controller/Player events for the player that's currently active.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataLostErrorEvent
A
DataLostErrorEvent is posted when a Controller
has lost data. |
class |
SeekFailedEvent
A
SeekFailedEvent indicates that the Controller could not
start at the current media time (set using setMediaTime). |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaController.controllerUpdate(ControllerEvent evt)
This get called when some Controller notifies this controller of
any event.
|
void |
ControllerAdapter.controllerUpdate(ControllerEvent e)
Main dispatching function.
|
protected void |
MediaController.dispatchEvent(ControllerEvent evt)
An internal function to notify the listeners on the listener list
the given event.
|
protected void |
MediaPlayer.processEvent(ControllerEvent evt) |
protected void |
MediaController.processEvent(ControllerEvent evt)
Process one event from another Controller which we are listening to.
|
protected void |
MediaController.sendEvent(ControllerEvent evt)
Send an event to the listeners listening to my events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.processEvent(ControllerEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadedEventQueue.postEvent(ControllerEvent evt)
Queue the given event in the event queue.
|
protected abstract void |
ThreadedEventQueue.processEvent(ControllerEvent evt)
Invoked when there is at least one event in the queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingControlEvent
This event is generated by a
Controller that supports
the CachingControl interface. |
class |
ConnectionErrorEvent
A
ConnectionErrorEvent is posted when an error occurs within a
DataSource
when obtaining data or communicating with a server. |
class |
ControllerClosedEvent
A
ControllerClosedEvent describes an event that is
generated when an a Controller is closed. |
class |
ControllerErrorEvent
A
ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. |
class |
DataStarvedEvent
DataStarvedEvent indicates that a Controller has
lost data or has stopped receiving data altogether. |
class |
DeallocateEvent
A
DeallocateEvent is posted as an acknowledgement of the
invocation of the deallocate method. |
class |
DurationUpdateEvent
DurationUpdateEvent is posted by a Controller when its
duration changes. |
class |
EndOfMediaEvent
An
EndOfMediaEvent indicates that the Controller
has reached the end of its media and is stopping. |
class |
InternalErrorEvent
An
InternalErrorEvent indicates that a Controller failed
for implementation-specific reasons. |
class |
MediaTimeSetEvent
A
MediaTimeSetEvent is posted by a Controller when its
media-time has been set with the setMediaTime method. |
class |
PrefetchCompleteEvent
A
PrefetchCompleteEvent is posted when a Controller finishes
Prefetching. |
class |
RateChangeEvent
A
RateChangeEvent is a ControllerEvent that is posted when
a Controller's rate changes. |
class |
RealizeCompleteEvent
A
RealizeCompleteEvent is posted when a Controller finishes
Realizing. |
class |
ResourceUnavailableEvent
A
ResourceUnavailableEvent indicates that a Controller was
unable to allocate a resource that it requires for operation. |
class |
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. |
class |
StartEvent
StartEvent is a TransitionEvent that indicates that
a Controller has entered the Started state. |
class |
StopAtTimeEvent
A
StopAtTimeEvent indicates that the Controller has stopped because it reached
its stop time. |
class |
StopByRequestEvent
A
StopByRequestEvent indicates that the Controller has stopped in response to a stop call. |
class |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
class |
StopTimeChangeEvent
A
StopTimeChangeEvent is generated by a Controller when its stop time
has changed. |
class |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerListener.controllerUpdate(ControllerEvent event)
This method is called when an event is generated by a
Controller that this listener is registered with. |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaPresentedEvent
Generated as soon as possible after new content is actually being presented to the user,
regardless of whether a state change has taken place in the player or not.
|
class |
MediaTimePositionChangedEvent
This event is generated whenever the media position is changed (when the invocation of the
setMediaPosition resulted in a change in the media position).
|
class |
ResourceReturnedEvent
Generated if a Player which was stopped due to having its resources withdrawn has had those
resources returned to it.
|
class |
ResourceWithdrawnEvent
Generated if a Player has some or all of the resources used withdrawn for some reason.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CAStopEvent
This event is generated whenever access to a service is withdrawn by the
CA system, e.g.
|
class |
NoComponentSelectedEvent
This event is generated whenever presentation of a stream stops because there
are no selected components to present.
|
class |
PresentationChangedEvent
This event is generated whenever the content being presented by a player changes for reasons outside the control of the application.
|
class |
ServiceRemovedEvent
This event is generated whenever access to a service stops because the
service concerned has been removed from the network.
|
class |
StopByResourceLossEvent
This event is generated whenever presentation of a stream stops because
the player has lost so many resources that it cannot continue.
|
Copyright © 2012 code4tv.com. All Rights Reserved.