|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
Uses of MediaLocator in javax.media |
---|
Methods in javax.media with parameters of type MediaLocator | |
---|---|
static DataSource |
Manager.createDataSource(MediaLocator sourceLocator)
|
static Player |
Manager.createPlayer(MediaLocator sourceLocator)
|
Uses of MediaLocator in javax.media.protocol |
---|
Methods in javax.media.protocol that return MediaLocator | |
---|---|
MediaLocator |
DataSource.getLocator()
|
Methods in javax.media.protocol with parameters of type MediaLocator | |
---|---|
void |
DataSource.setLocator(MediaLocator source)
|
Constructors in javax.media.protocol with parameters of type MediaLocator | |
---|---|
DataSource(MediaLocator source)
|
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 |
StopByResourceLossEvent.getStream()
This method returns the stream which was being presented |
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 |
NoComponentSelectedEvent.getStream()
This method returns the stream whose presentation has stopped |
MediaLocator |
CAStopEvent.getStream()
This method returns the stream from which access has been withdrawn. |
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. |
Uses of MediaLocator in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that return MediaLocator | |
---|---|
MediaLocator |
RecordedService.getMediaLocator()
Returns the MediaLocator corresponding to the RecordedService. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |