MediaFormat.ColorStandardBt601Ntsc 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_NTSC", 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 ColorStandardBt601Ntsc = 4;
[<Android.Runtime.Register("COLOR_STANDARD_BT601_NTSC", 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 ColorStandardBt601Ntsc : Android.Media.ColorStandard

Field Value

Value = 4
Attributes

Remarks

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

Java documentation for android.media.MediaFormat.COLOR_STANDARD_BT601_NTSC.

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