Uses of Interface
javax.media.Controller

Packages that use Controller
javax.media   
javax.tv.media Provides controls and events for the management of real-time media in a television environment. 
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
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 Controller in javax.media
 

Subinterfaces of Controller in javax.media
 interface Player
          Player is a MediaHandler for rendering and controlling time based media data.
 

Methods in javax.media that return Controller
 Controller ControllerEvent.getSourceController()
          Get the Controller that posted this event.
 

Methods in javax.media with parameters of type Controller
 void Player.addController(Controller newController)
          Assume control of another Controller.
 void Player.removeController(Controller oldController)
          Stop controlling a Controller.
 

Constructors in javax.media with parameters of type Controller
CachingControlEvent(Controller from, CachingControl cacheControl, long progress)
          Construct a CachingControlEvent from the required elements.
ConnectionErrorEvent(Controller from)
           
ConnectionErrorEvent(Controller from, String why)
           
ControllerClosedEvent(Controller from)
          Construct a ControllerClosedEvent.
ControllerClosedEvent(Controller from, String why)
           
ControllerErrorEvent(Controller from)
           
ControllerErrorEvent(Controller from, String why)
           
ControllerEvent(Controller from)
           
DataStarvedEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
DeallocateEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
DurationUpdateEvent(Controller from, Time newDuration)
           
EndOfMediaEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
InternalErrorEvent(Controller from)
           
InternalErrorEvent(Controller from, String message)
           
MediaTimeSetEvent(Controller from, Time newMediaTime)
           
PrefetchCompleteEvent(Controller from, int previous, int current, int target)
           
RateChangeEvent(Controller from, float newRate)
           
RealizeCompleteEvent(Controller from, int previous, int current, int target)
           
ResourceUnavailableEvent(Controller from)
           
ResourceUnavailableEvent(Controller from, String message)
           
RestartingEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
StartEvent(Controller from, int previous, int current, int target, Time mediaTime, Time tbTime)
          Construct a new StartEvent.
StopAtTimeEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
StopByRequestEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
StopEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
StopTimeChangeEvent(Controller from, Time newStopTime)
           
TransitionEvent(Controller from, int previous, int current, int target)
          Construct a new TransitionEvent.
 

Uses of Controller in javax.tv.media
 

Methods in javax.tv.media that return Controller
 Controller MediaSelectEvent.getController()
          Reports the Controller that generated this event.
 

Constructors in javax.tv.media with parameters of type Controller
MediaSelectCARefusedEvent(Controller source, Locator[] selection)
          Constructs the MediaSelectCARefusedEvent.
MediaSelectEvent(Controller controller, Locator[] selection)
          Creates a new MediaSelectEvent.
MediaSelectFailedEvent(Controller source, Locator[] selection)
          Creates a new MediaSelectFailedEvent.
MediaSelectSucceededEvent(Controller source, Locator[] selection)
          Creates a new MediaSelectSucceededEvent.
 

Uses of Controller in javax.tv.service.selection
 

Subinterfaces of Controller in javax.tv.service.selection
 interface ServiceMediaHandler
          ServiceMediaHandler represents an handler of service components that are real time media sharing the same clock.
 

Uses of Controller in org.davic.media
 

Constructors in org.davic.media with parameters of type Controller
MediaPresentedEvent(Controller source)
           
MediaTimePositionChangedEvent(Controller source)
          Construct an event.
MediaTimePositionChangedEvent(Controller from, int previous, int current, int target, Time mediaTime)
          Construct an event.
ResourceReturnedEvent(Controller controller)
          Build an event
ResourceWithdrawnEvent(Controller controller)
          Build an event
 

Uses of Controller in org.dvb.media
 

Constructors in org.dvb.media with parameters of type Controller
CAStopEvent(Controller source)
          Construct an event.
CAStopEvent(Controller source, int previous, int current, int target, MediaLocator stream)
          Construct an event.
NoComponentSelectedEvent(Controller source, int previous, int current, int target, MediaLocator stream)
          Construct an event.
PresentationChangedEvent(Controller source, MediaLocator stream, int reason)
          Constructor for the event
ServiceRemovedEvent(Controller source)
          Construct an event.
ServiceRemovedEvent(Controller source, int previous, int current, int target, MediaLocator stream)
          Construct an event.
StopByResourceLossEvent(Controller source, int previous, int current, int target, MediaLocator stream)
          Construct an event.
 

Uses of Controller in org.ocap.media
 

Constructors in org.ocap.media with parameters of type Controller
AlternativeMediaPresentationEvent(Controller from, int previous, int current, int target)
          Constructor of MediaPresentationEvent
MediaPresentationEvent(Controller from, int previous, int current, int target)
          Constructor of MediaPresentationEvent
NormalMediaPresentationEvent(Controller from, int previous, int current, int target)
          Constructor of MediaPresentationEvent
 



Copyright © 2011. All Rights Reserved.