|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locator | |
---|---|
org.davic.media | Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. |
org.davic.net.tuning | Provides access to tuning - MPEG multiplex selection. |
org.dvb.application | Provides access to lists of applications which are available in this context and the ability to launch those applications. |
org.dvb.dsmcc | Provides extended access to files carried in the broadcast stream. |
org.dvb.spi.selection | This package defines an SPI for selection of services and service components. |
org.ocap.net | The org.ocap.net package provides locators for accessing various types of items in the transport stream. |
Uses of Locator in org.davic.media |
---|
Constructors in org.davic.media with parameters of type Locator | |
---|---|
MediaLocator(Locator locator)
Create a MediaLocator from a DAVIC locator |
Uses of Locator in org.davic.net.tuning |
---|
Methods in org.davic.net.tuning that return Locator | |
---|---|
Locator |
NetworkInterface.getLocator()
Returns the Locator of the transport stream to which the network interface is connected. |
static Locator[] |
StreamTable.listTransportStreams()
Returns all known transport streams on all network interfaces as an array of Locators |
Methods in org.davic.net.tuning with parameters of type Locator | |
---|---|
static TransportStream[] |
StreamTable.getTransportStreams(Locator locator)
Returns the transport streams that match the locator. |
void |
NetworkInterfaceController.reserveFor(Locator locator,
Object requestData)
Tries to reserve exclusively the control over a network interface that can receive the transport stream specified by the locator parameter. |
void |
NetworkInterfaceController.tune(Locator locator)
Tunes asynchronously to the given stream (specified by a Locator). |
Uses of Locator in org.dvb.application |
---|
Methods in org.dvb.application that return Locator | |
---|---|
Locator |
AppIcon.getLocator()
This method returns the location of the directory containing the application icons. |
Locator |
AppAttributes.getServiceLocator()
This method returns the locator of the Service describing the application. |
Uses of Locator in org.dvb.dsmcc |
---|
Methods in org.dvb.dsmcc that return Locator | |
---|---|
Locator |
ServiceXFRReference.getLocator()
This method returns the Locator of the Service for an Object Carousel. |
Locator |
ServiceDomain.getLocator()
Return the locator for this service domain. |
Locator |
DSMCCStream.getStreamLocator()
This function returned a Locator referencing the streams of this collection. |
Methods in org.dvb.dsmcc with parameters of type Locator | |
---|---|
void |
ServiceDomain.attach(Locator l)
This function is used to attach a ServiceDomain from an object carousel. |
void |
ServiceDomain.attach(Locator aDVBService,
int aCarouselId)
This function is used to attach a ServiceDomain from an object carousel. |
static URL |
ServiceDomain.getURL(Locator l)
Obtain a java.net.URL corresponding to a 'dvb:' locator. |
Constructors in org.dvb.dsmcc with parameters of type Locator | |
---|---|
ServiceXFRException(Locator aService,
int carouselId,
String pathName)
Creates a ServiceXFRException object. |
|
ServiceXFRReference(Locator serviceLocator,
int carouselId,
String pathName)
Creates a ServiceXFRReference object. |
Uses of Locator in org.dvb.spi.selection |
---|
Methods in org.dvb.spi.selection that return Locator | |
---|---|
Locator |
SelectionSession.select()
Sets up delivery of a stream representing the service, and delivers a locator for reception of that stream. |
Uses of Locator in org.ocap.net |
---|
Subclasses of Locator in org.ocap.net | |
---|---|
class |
OcapLocator
This class encapsulates an OCAP URL into an object. |
class |
URLLocator
A concrete implementation of Locator that encapsulates a URL into an object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |