| Package | Description |
|---|---|
| org.davic.media | |
| org.davic.net.ca | |
| org.davic.net.dvb | |
| org.davic.net.tuning | |
| org.dvb.application | |
| org.dvb.application.storage | |
| org.dvb.dsmcc | |
| org.dvb.locator |
| Constructor and Description |
|---|
MediaLocator(Locator locator)
Create a MediaLocator from a DAVIC locator
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
TuneRequestEvent.getLocator()
Returns a Locator pointing to the service to which
the CA module requests to tune to
|
Locator |
DescramblingStoppedEvent.getServiceLocator()
Returns a Locator pointing to the service components of which
have been descrambled.
|
Locator |
DescramblingStartedEvent.getServiceLocator()
Returns a Locator pointing to the service components of which
are descrambled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CAModule.buyEntitlement(Locator locator)
Request to buy a specified service or future event (specified by a Locator)
from a conditional access system.
|
int |
CAModule.queryEntitlement(Locator locator)
Returns if descrambling is possible for specified
service or future event (specified by a Locator).
|
| Constructor and Description |
|---|
TuneRequestEvent(Locator locator,
Object caModule)
Constructor for the event
|
| Modifier and Type | Class and Description |
|---|---|
class |
DvbLocator
DVB Locator that encapsulates a DVB URL into an object
|
class |
DvbNetworkBoundLocator
DVB Locator that is bound to a network.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationStorageController.store(Locator locator,
AppID[] apps,
boolean[] autoStart,
String[][] args,
ApplicationStorageListener listener)
Installs several applications into this stored service.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ServiceXFRException(Locator aService,
int carouselId,
String pathName)
Creates a ServiceXFRException object.
|
ServiceXFRReference(Locator serviceLocator,
int carouselId,
String pathName)
Creates a ServiceXFRReference object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrequencyLocator
Used to reference a service that does not carry any DVB-SI and hence
does not appear in the service list of a receiver.
|
Copyright © 2012 code4tv.com. All Rights Reserved.