Class DolbyVisionConfig
- java.lang.Object
-
- com.google.android.exoplayer2.video.DolbyVisionConfig
-
public final class DolbyVisionConfig extends Object
Dolby Vision configuration data.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DolbyVisionConfig
parse(ParsableByteArray data)
Parses Dolby Vision configuration data.
-
-
-
Field Detail
-
profile
public final int profile
The profile number.
-
level
public final int level
The level number.
-
codecs
public final String codecs
The RFC 6381 codecs string.
-
-
Method Detail
-
parse
@Nullable public static DolbyVisionConfig parse(ParsableByteArray data)
Parses Dolby Vision configuration data.- Parameters:
data
- AParsableByteArray
, whose position is set to the start of the Dolby Vision configuration data to parse.- Returns:
- The
DolbyVisionConfig
corresponding to the configuration, ornull
if the configuration isn't supported.
-
-