public final class DolbyVisionConfig extends Object
| Modifier and Type | Field | Description |
|---|---|---|
String |
codecs |
The RFC 6381 codecs string.
|
int |
level |
The level number.
|
int |
profile |
The profile number.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DolbyVisionConfig |
parse(ParsableByteArray data) |
Parses Dolby Vision configuration data.
|
public final int profile
public final int level
public final String codecs
@Nullable public static DolbyVisionConfig parse(ParsableByteArray data)
data - A ParsableByteArray, whose position is set to the start of the Dolby Vision
configuration data to parse.DolbyVisionConfig corresponding to the configuration, or null if
the configuration isn't supported.