MediaFormat.ColorTransferSt2084 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.

SMPTE ST 2084 transfer function.

[Android.Runtime.Register("COLOR_TRANSFER_ST2084", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.", true)]
public const Android.Media.ColorTransfer ColorTransferSt2084 = 6;
[<Android.Runtime.Register("COLOR_TRANSFER_ST2084", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorTransfer enum directly instead of this field.", true)>]
val mutable ColorTransferSt2084 : Android.Media.ColorTransfer

Field Value

Value = 6
Attributes

Remarks

SMPTE ST 2084 transfer function. This is used by some HDR video content.

Java documentation for android.media.MediaFormat.COLOR_TRANSFER_ST2084.

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