MediaFormat.KeyHdrStaticInfo Field

Definition

An optional key describing the static metadata of HDR (high-dynamic-range) video content.

[Android.Runtime.Register("KEY_HDR_STATIC_INFO", ApiSince=24)]
public const string KeyHdrStaticInfo;
[<Android.Runtime.Register("KEY_HDR_STATIC_INFO", ApiSince=24)>]
val mutable KeyHdrStaticInfo : string

Field Value

Attributes

Remarks

An optional key describing the static metadata of HDR (high-dynamic-range) video content.

The associated value is a ByteBuffer. This buffer contains the raw contents of the Static Metadata Descriptor (including the descriptor ID) of an HDMI Dynamic Range and Mastering InfoFrame as defined by CTA-861.3. This key must be provided to video decoders for HDR video content unless this information is contained in the bitstream and the video decoder supports an HDR-capable profile. This key must be provided to video encoders for HDR video content.

Java documentation for android.media.MediaFormat.KEY_HDR_STATIC_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