MediaFormat.KeyHdr10PlusInfo Field

Definition

An optional key describing the HDR10+ metadata of the video content.

[Android.Runtime.Register("KEY_HDR10_PLUS_INFO", ApiSince=29)]
public const string KeyHdr10PlusInfo;
[<Android.Runtime.Register("KEY_HDR10_PLUS_INFO", ApiSince=29)>]
val mutable KeyHdr10PlusInfo : string

Field Value

Attributes

Remarks

An optional key describing the HDR10+ metadata of the video content.

The associated value is a ByteBuffer containing HDR10+ metadata conforming to the user_data_registered_itu_t_t35() syntax of SEI message for ST 2094-40. This key will be present on:

- The formats of output buffers of a decoder configured for HDR10+ profiles (such as MediaCodecInfo.CodecProfileLevel#VP9Profile2HDR10Plus, MediaCodecInfo.CodecProfileLevel#VP9Profile3HDR10Plus or MediaCodecInfo.CodecProfileLevel#HEVCProfileMain10HDR10Plus), or

- The formats of output buffers of an encoder configured for an HDR10+ profiles that uses out-of-band metadata (such as MediaCodecInfo.CodecProfileLevel#VP9Profile2HDR10Plus or MediaCodecInfo.CodecProfileLevel#VP9Profile3HDR10Plus).

Java documentation for android.media.MediaFormat.KEY_HDR10_PLUS_INFO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to