public final class HevcConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<byte[]> |
initializationData |
int |
nalUnitLengthFieldLength |
Modifier and Type | Method and Description |
---|---|
static HevcConfig |
parse(ParsableByteArray data)
Parses HEVC configuration data.
|
public final java.util.List<byte[]> initializationData
public final int nalUnitLengthFieldLength
public 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.