MediaFormat.ColorStandardBt601Pal 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_BT601_PAL", 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 ColorStandardBt601Pal = 2;
[<Android.Runtime.Register("COLOR_STANDARD_BT601_PAL", 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 ColorStandardBt601Pal : Android.Media.ColorStandard

Field Value

Value = 2
Attributes

Remarks

BT.601 625 color chromacity coordinates with KR = 0.299, KB = 0.114.

Java documentation for android.media.MediaFormat.COLOR_STANDARD_BT601_PAL.

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