public final class HevcConfig extends Object
| Modifier and Type | Field | Description |
|---|---|---|
String |
codecs |
An RFC 6381 codecs string representing the video format, or
null if not known. |
List<byte[]> |
initializationData |
List of buffers containing the codec-specific data to be provided to the decoder, or
null if not known. |
int |
nalUnitLengthFieldLength |
The length of the NAL unit length field in the bitstream's container, in bytes.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HevcConfig |
parse(ParsableByteArray data) |
Parses HEVC configuration data.
|
@Nullable public final List<byte[]> initializationData
null if not known.Format.initializationDatapublic final int nalUnitLengthFieldLength
@Nullable public final String codecs
null if not known.Format.codecspublic static HevcConfig parse(ParsableByteArray data) throws ParserException
data - A ParsableByteArray, whose position is set to the start of the HEVC
configuration data to parse.ParserException - If an error occurred parsing the data.