public class DvbLocator extends 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
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getComponentTags()
Returns an array of the component_tags
|
int |
getEventId()
Returns the event_id
|
String |
getFilePath()
Returns the file name path part of the locator
|
int |
getOriginalNetworkId()
Returns the original_network_id
|
int |
getServiceId()
Returns the service_id
|
String |
getTextualServiceIdentifier()
Returns the textual service identifier, if one was provided to the constructor.
|
int |
getTransportStreamId()
Returns the transport_stream_id
|
hasMultipleTransformations, toExternalForm, toStringpublic DvbLocator(String url) throws InvalidLocatorException
url - a URL stringInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifierInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid,
int serviceid)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifier (if -1, the locator does
not include a transport_stream_id)serviceid - service identifierInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid,
int serviceid,
int eventid)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifier (if -1, the locator does
not include a transport_stream_id)serviceid - service identifiereventid - event identifierInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int componenttag)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifier (if -1, the locator does
not include a transport_stream_id)serviceid - service identifiereventid - event identifier (if -1, the locator does not
include an event id)componenttag - component tagInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int[] componenttags)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifier (if -1, the locator does
not include a transport_stream_id)serviceid - service identifiereventid - event identifier (if -1, the locator does not include an event id)componenttags - an array of component tagsInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public DvbLocator(int onid,
int tsid,
int serviceid,
int eventid,
int[] componenttags,
String filePath)
throws InvalidLocatorException
onid - original network identifiertsid - transport stream identifier (if -1, the locator does
not include a transport_stream_id)serviceid - service identifiereventid - event identifier (if -1, the locator does not include an event id)componenttags - array of component tags (if null, the locator
does not include any component tags)filePath - the file path string including the slash character
in the beginningInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)public int getOriginalNetworkId()
public int getTransportStreamId()
public int getServiceId()
public int[] getComponentTags()
public int getEventId()
public String getFilePath()
public String getTextualServiceIdentifier()
Copyright © 2012 code4tv.com. All Rights Reserved.