| Package | Description |
|---|---|
| com.sun.tv.media.protocol.file | |
| com.sun.tv.net | |
| javax.media | |
| javax.media.protocol | |
| org.davic.media | |
| org.dvb.locator | |
| org.dvb.media |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setLocator(MediaLocator ml) |
| Constructor and Description |
|---|
EncapIPDataSource(MediaLocator mediaLoc)
Will create a stream for the locator
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
MediaLocator |
DataSource.getLocator()
Get the
MediaLocator that describes this source. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setLocator(MediaLocator source)
Set the connection
source for this DataSource. |
| Constructor and Description |
|---|
DataSource(MediaLocator source)
Construct a
DataSource from a MediaLocator. |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaLocator
Defines a JMF
MediaLocator which can easily be created from
an instance of org.davic.net.Locator. |
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkInterfaceBoundMediaLocator
Class representing a MediaLocator combined with a network interface.
|
| Constructor and Description |
|---|
NetworkInterfaceBoundMediaLocator(MediaLocator locator,
NetworkInterface ni)
Construct an instance of this class
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2012 code4tv.com. All Rights Reserved.