DolbyVisionConfig


@UnstableApi
class DolbyVisionConfig


Dolby Vision configuration data.

Summary

Public functions

java-static DolbyVisionConfig?

Parses Dolby Vision configuration data.

Public properties

String!

The RFC 6381 codecs string.

Int

The level number.

Int

The profile number.

Public functions

parse

java-static fun parse(data: ParsableByteArray!): DolbyVisionConfig?

Parses Dolby Vision configuration data.

Parameters
data: ParsableByteArray!

A ParsableByteArray, whose position is set to the start of the Dolby Vision configuration data to parse.

Returns
DolbyVisionConfig?

The DolbyVisionConfig corresponding to the configuration, or null if the configuration isn't supported.

Public properties

codecs

val codecsString!

The RFC 6381 codecs string.

level

val levelInt

The level number.

profile

val profileInt

The profile number.