|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an elementary stream of a service.
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
,
PMTStreamType
Field Summary |
Fields inherited from interface org.dvb.si.SIInformation |
FROM_CACHE_ONLY, FROM_CACHE_OR_STREAM, FROM_STREAM_ONLY |
Method Summary | |
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. |
Methods inherited from interface org.dvb.si.SIInformation |
fromActual, getDataSource, getDescriptorTags, getSIDatabase, getUpdateTime, retrieveDescriptors, retrieveDescriptors |
Method Detail |
public DvbLocator getDvbLocator()
public int getOriginalNetworkID()
public int getTransportStreamID()
public int getServiceID()
public int getComponentTag()
public byte getStreamType()
PMTStreamType
.
PMTStreamType
public short getElementaryPID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |