MediaFormat.ColorStandardBt709 Field

Definition

Caution

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

BT.

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

Field Value

Value = 1
Attributes

Remarks

BT.709 color chromacity coordinates with KR = 0.2126, KB = 0.0722.

Java documentation for android.media.MediaFormat.COLOR_STANDARD_BT709.

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