public static final class ElementaryStreamReader.EsInfo extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
descriptorBytes |
String |
language |
int |
streamType |
public final int streamType
public String language
public byte[] descriptorBytes
public EsInfo(int streamType, String language, 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.descriptorBytes
- The descriptor bytes associated to the stream.