Uses of Interface
javax.media.Player

Packages that use Player
javax.media   
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
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 Player in javax.media
 

Methods in javax.media that return Player
static Player Manager.createPlayer(DataSource source)
          Create a Player for the DataSource.
static Player Manager.createPlayer(MediaLocator sourceLocator)
          Create a Player for the specified media.
static Player Manager.createPlayer(URL sourceURL)
          Create a Player for the specified media.
 

Uses of Player in javax.tv.service.selection
 

Subinterfaces of Player 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 Player in org.ocap.media
 

Methods in org.ocap.media that return Player
 Player MediaTimer.getPlayer()
          Get a Player that was tied to this MediaTimer object by a constructor.
 

Methods in org.ocap.media with parameters of type Player
 MediaAccessAuthorization MediaAccessHandler.checkMediaAccessAuthorization(Player p, OcapLocator sourceURL, boolean isSourceDigital, ElementaryStream[] esList, MediaPresentationEvaluationTrigger evaluationTrigger)
          The checkMediaAccessAuthorization() method is invoked each time a MediaPresentationEvaluationTrigger is generated either by the OCAP implementation, or, by a monitor application that has MonitorAppPermission(�mediaAccess�) through the MediaAccessConditionControl JMF control.
 void MediaTimerListener.notify(int event, Player p)
          This is a call back method to inform event on a MediaTimer.
 

Constructors in org.ocap.media with parameters of type Player
MediaTimer(Player p, MediaTimerListener listener)
          Constructor to make a MediaTimer object that counts time based on the media time line of the specified Player.
S3DSignalingChangedEvent(Player source, int transitionType, S3DConfiguration config)
          Constructs an event.
 



Copyright © 2011. All Rights Reserved.