|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaEvent | |
---|---|
javax.media | |
org.davic.media | Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. |
org.dvb.media | Provides DVB specific extensions to the Java Media Framework. |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
org.ocap.shared.media | Extensions to JMF to support DVR playback. |
Uses of MediaEvent in javax.media |
---|
Classes in javax.media that implement MediaEvent | |
---|---|
class |
CachingControlEvent
|
class |
ConnectionErrorEvent
|
class |
ControllerClosedEvent
|
class |
ControllerErrorEvent
|
class |
ControllerEvent
|
class |
DataStarvedEvent
|
class |
DeallocateEvent
|
class |
DurationUpdateEvent
|
class |
EndOfMediaEvent
|
class |
GainChangeEvent
|
class |
InternalErrorEvent
|
class |
MediaTimeSetEvent
|
class |
PrefetchCompleteEvent
|
class |
RateChangeEvent
|
class |
RealizeCompleteEvent
|
class |
ResourceUnavailableEvent
|
class |
RestartingEvent
|
class |
StartEvent
|
class |
StopAtTimeEvent
|
class |
StopByRequestEvent
|
class |
StopEvent
|
class |
StopTimeChangeEvent
|
class |
TransitionEvent
|
Uses of MediaEvent in org.davic.media |
---|
Classes in org.davic.media that implement MediaEvent | |
---|---|
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. |
Uses of MediaEvent in org.dvb.media |
---|
Classes in org.dvb.media that implement MediaEvent | |
---|---|
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. |
Uses of MediaEvent in org.ocap.media |
---|
Classes in org.ocap.media that implement MediaEvent | |
---|---|
class |
AlternativeMediaPresentationEvent
AlternativeMediaPresentationEvent is a JMF event generated
to indicate that an "alternative" content is presented during the media
presentation of a service. |
class |
MediaPresentationEvent
MediaPresentationEvent is a JMF event used as the parent
class of events indicating dynamic changes to the presentation of
media components. |
class |
NormalMediaPresentationEvent
NormalMediaPresentationEvent is a JMF event generated when the
normal media components of a service are presented. |
Uses of MediaEvent in org.ocap.shared.media |
---|
Classes in org.ocap.shared.media that implement MediaEvent | |
---|---|
class |
BeginningOfContentEvent
BeginningOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a rewind hitting the beginning of the media, or due to the time-shift buffer reaching maximum depth. |
class |
EndOfContentEvent
EndOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a forward playback hitting the end of the stored context, or a forward playback catching up with the live recording point. |
class |
EnteringLiveModeEvent
EnteringLiveModeEvent is a ControllerEvent that is posted when the the controller has started playing back a live broadcast stream. |
class |
LeavingLiveModeEvent
This event shall be generated during timeshift playback when the playback point departs from the head of the buffer (where the content is the same as the currently received content). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |