Uses of Class
javax.media.MediaLocator

Packages that use MediaLocator
javax.media   
javax.media.protocol   
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. 
 

Uses of MediaLocator in javax.media
 

Methods in javax.media with parameters of type MediaLocator
static DataSource Manager.createDataSource(MediaLocator sourceLocator)
          Create a DataSource for the specified media.
static Player Manager.createPlayer(MediaLocator sourceLocator)
          Create a Player for the specified media.
 

Uses of MediaLocator in javax.media.protocol
 

Methods in javax.media.protocol that return MediaLocator
 MediaLocator DataSource.getLocator()
          Get the MediaLocator that describes this source.
 

Methods in javax.media.protocol with parameters of type MediaLocator
 void DataSource.setLocator(MediaLocator source)
          Set the connection source for this DataSource.
 

Constructors in javax.media.protocol with parameters of type MediaLocator
DataSource(MediaLocator source)
          Construct a DataSource from a MediaLocator.
 

Uses of MediaLocator in org.davic.media
 

Subclasses of MediaLocator in org.davic.media
 class MediaLocator
          Defines a JMF MediaLocator which can easily be created from an instance of org.davic.net.Locator.
 

Uses of MediaLocator in org.dvb.media
 

Methods in org.dvb.media that return MediaLocator
 MediaLocator CAStopEvent.getStream()
          This method returns the stream from which access has been withdrawn.
 MediaLocator ServiceRemovedEvent.getStream()
          This method returns the stream which was removed from the network
 MediaLocator PresentationChangedEvent.getStream()
          This method returns the locator for the stream now being presented.
 MediaLocator StopByResourceLossEvent.getStream()
          This method returns the stream which was being presented
 MediaLocator NoComponentSelectedEvent.getStream()
          This method returns the stream whose presentation has stopped
 

Constructors in org.dvb.media with parameters of type MediaLocator
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, 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.
 



Copyright © 2011. All Rights Reserved.