Uses of Interface
javax.media.Player

Packages that use Player
javax.media   
javax.tv.service.selection   
org.ocap.hn Provides interfaces and classes for representing a home network. 
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.ui Extensions to HAVi User Interface functionality. 
 

Uses of Player in javax.media
 

Methods in javax.media that return Player
static Player Manager.createPlayer(DataSource source)
           
static Player Manager.createPlayer(MediaLocator sourceLocator)
           
static Player Manager.createPlayer(URL sourceURL)
           
 

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.hn
 

Methods in org.ocap.hn that return Player
 Player RemoteMediaRendererModule.createRemotePlayer(Locator sourceLocator)
          Returns player for this remote renderer
 

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
 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.
 

Uses of Player in org.ocap.ui
 

Methods in org.ocap.ui with parameters of type Player
 void MultiScreenManager.addPlayerScreenDevices(Player player, HScreenDevice[] devices)
          Add screen device(s) to a media player.
 HScreenDevice[] MultiScreenManager.getPlayerScreenDevices(Player player)
          Obtain the set of screen devices currently assigned for use by a (JMF) media player.
 void MultiScreenManager.removePlayerScreenDevices(Player player, HScreenDevice[] devices)
          Remove screen device(s) from a media player.