| Package | Description |
|---|---|
| org.davic.net.ca | |
| org.davic.net.dvb | |
| org.dvb.dsmcc | |
| org.dvb.locator |
| Modifier and Type | Method and Description |
|---|---|
int |
CAModule.queryEntitlement(Locator locator)
Returns if descrambling is possible for specified
service or future event (specified by a Locator).
|
| Constructor and Description |
|---|
DvbLocator(int onid,
int tsid)
Constructor for the DVB locator corresponding to the URL form "dvb://onid.tsid"
|
DvbLocator(int onid,
int tsid,
int serviceid)
Constructor for the DVB locator corresponding to the URL form "dvb://onid.tsid.serviceid"
|
DvbLocator(int onid,
int tsid,
int serviceid,
int eventid)
Constructor for the DVB locator corresponding to the URL form
"dvb://onid.tsid.serviceid;eventid"
|
DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int componenttag)
Constructor for the DVB locator corresponding to the URL form
"dvb://onid.tsid.serviceid.componenttag;eventid"
or "dvb://onid.tsid.serviceid.componenttag"
|
DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int[] componenttags)
Constructor for the DVB locator corresponding to the URL form
"dvb://onid.tsid.serviceid.componenttag{&componenttag};eventid"
or "dvb://onid.tsid.serviceid.componenttag{&componenttag}"
|
DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int[] componenttags,
String filePath)
Constructor for the DVB locator corresponding to the URL form
"dvb://onid.tsid.serviceid.componenttag{&componenttag};eventid/filepath"
or "dvb://onid.tsid.serviceid.componenttag{&componenttag}/filepath"
|
DvbLocator(String url)
Constructor for the DVB locator
|
DvbNetworkBoundLocator(DvbLocator unboundLocator,
int networkId)
Constructor for a network bound locator
|
| Modifier and Type | Method and Description |
|---|---|
static URL |
ServiceDomain.getURL(Locator l)
Obtain a java.net.URL corresponding to a 'dvb:' locator.
|
| Constructor and Description |
|---|
FrequencyLocator(byte[] delivery_system_descriptor,
int program_number)
Constructor for referencing a service which does not carry any DVB-SI.
|
Copyright © 2012 code4tv.com. All Rights Reserved.