| Constructor and Description |
|---|
FrequencyLocator(byte[] delivery_system_descriptor,
int program_number)
Constructor for referencing a service which does not carry any DVB-SI.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDeliverySystemDescriptor()
Return the delivery system descriptor as passed into the constructor
|
int |
getProgramNumber()
Return the MPEG program number as passed in to the constructor
|
hasMultipleTransformations, toExternalForm, toStringpublic FrequencyLocator(byte[] delivery_system_descriptor,
int program_number)
throws InvalidLocatorException
delivery_system_descriptor - one of the delivery system descriptors defined in clause 6.2.13 ("Delivery system descriptors") of the DVB-SI specification.program_number - the MPEG program_number of the service within the transport streamInvalidLocatorException - if the delivery_system_descriptor parameter is incorrect - the descriptor tag does not define one of the permitted descriptors, the length of the array is not correct for the descriptor tag, any values within the descriptor are outside any range defined for them.public byte[] getDeliverySystemDescriptor()
public int getProgramNumber()
Copyright © 2012 code4tv.com. All Rights Reserved.