public static final class TsPayloadReader.EsInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
descriptorBytes |
List<TsPayloadReader.DvbSubtitleInfo> |
dvbSubtitleInfos |
String |
language |
int |
streamType |
| Constructor and Description |
|---|
EsInfo(int streamType,
String language,
List<TsPayloadReader.DvbSubtitleInfo> dvbSubtitleInfos,
byte[] descriptorBytes) |
public final int streamType
public final String language
public final List<TsPayloadReader.DvbSubtitleInfo> dvbSubtitleInfos
public final byte[] descriptorBytes
public EsInfo(int streamType,
String language,
List<TsPayloadReader.DvbSubtitleInfo> dvbSubtitleInfos,
byte[] descriptorBytes)
streamType - The type of the stream as defined by the
TsExtractor.TS_STREAM_TYPE_*.language - The language of the stream, as defined by ISO/IEC 13818-1, section 2.6.18.dvbSubtitleInfos - Information about DVB subtitles associated to the stream.descriptorBytes - The descriptor bytes associated to the stream.