Uses of Class
javax.media.TransitionEvent

Packages that use TransitionEvent
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 
 

Uses of TransitionEvent in javax.media
 

Subclasses of TransitionEvent in javax.media
 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 EndOfMediaEvent
          An EndOfMediaEvent indicates that the Controller has reached the end of its media and is stopping.
 class PrefetchCompleteEvent
          A PrefetchCompleteEvent is posted when a Controller finishes Prefetching.
 class RealizeCompleteEvent
          A RealizeCompleteEvent is posted when a Controller finishes Realizing.
 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.
 

Uses of TransitionEvent in org.davic.media
 

Subclasses of TransitionEvent in org.davic.media
 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).
 

Uses of TransitionEvent in org.dvb.media
 

Subclasses of TransitionEvent in org.dvb.media
 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 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 TransitionEvent in org.ocap.media
 

Subclasses of TransitionEvent in org.ocap.media
 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.
 



Copyright © 2011. All Rights Reserved.