Language

MediaFormat.KeyHdrSt209450Info Field

Definition

An optional key describing the SMPTE ST 2094-50 metadata of the video content.

[Android.Runtime.Register("KEY_HDR_ST2094_50_INFO", ApiSince=37)]
public const string KeyHdrSt209450Info;
[<Android.Runtime.Register("KEY_HDR_ST2094_50_INFO", ApiSince=37)>]
val mutable KeyHdrSt209450Info : string

Field Value

Attributes

Remarks

An optional key describing the SMPTE ST 2094-50 metadata of the video content. The associated value is a ByteBuffer containing the user_data_payload segment of an ITU-T T.35 SEI message, specifically for SMPTE ST 2094-50. The buffer's contents must conform to the syntax defined in SMPTE ST 2094-50, and must not include the initial 5-byte ITU-T T.35 header.

Android reference for android.media.MediaFormat.KEY_HDR_ST2094_50_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