public interface PMTElementaryStream extends SIInformation
For each running service there is a PMT describing the elementary streams of the service. An object that implements this interface represents one such elementary stream. Each object that implements the PMTElementaryStream interface is identified by the combination of the identifiers original_network_id, transport_stream_id, service_id, component_tag (or elementary_PID).
PMTService,
PMTStreamTypeFROM_CACHE_ONLY, FROM_CACHE_OR_STREAM, FROM_STREAM_ONLY| Modifier and Type | Method and Description |
|---|---|
int |
getComponentTag()
Get the component tag identifier.
|
DvbLocator |
getDvbLocator()
Gets a DvbLocator that identifies this elementary stream
|
short |
getElementaryPID()
Get the elementary PID.
|
int |
getOriginalNetworkID()
Get the original network identification identifier.
|
int |
getServiceID()
Get the service identification identifier.
|
byte |
getStreamType()
Get the stream type of this elementary stream.
|
int |
getTransportStreamID()
Get the transport stream identification identifier.
|
fromActual, getDataSource, getDescriptorTags, getSIDatabase, getUpdateTime, retrieveDescriptors, retrieveDescriptorsDvbLocator getDvbLocator()
int getOriginalNetworkID()
int getTransportStreamID()
int getServiceID()
int getComponentTag()
byte getStreamType()
PMTStreamType.PMTStreamTypeshort getElementaryPID()
Copyright © 2012 code4tv.com. All Rights Reserved.