public class DvbNetworkBoundLocator extends DvbLocator implements TransportDependentLocator
For example, a service may be carried in both satellite and terrestrial networks and the DvbLocator identifying that service may be common, but both of them will have a different DvbNetworkBoundLocator.
| Constructor and Description |
|---|
DvbNetworkBoundLocator(DvbLocator unboundLocator,
int networkId)
Constructor for a network bound locator
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNetworkId()
Returns the network_id
|
getComponentTags, getEventId, getFilePath, getOriginalNetworkId, getServiceId, getTextualServiceIdentifier, getTransportStreamIdhasMultipleTransformations, toExternalForm, toStringpublic DvbNetworkBoundLocator(DvbLocator unboundLocator, int networkId) throws InvalidLocatorException
unboundLocator - an unbound DVB locatornetworkId - network identifier of the networkInvalidLocatorException - when the parameters to construct
the locator wouldn't specify a valid locator
(e.g. a numeric identifier out of range)Copyright © 2012 code4tv.com. All Rights Reserved.