Share via


MediaFormat.ColorStandardBt709 Campo

Definición

Precaución

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

Valor de campo

Value = 1
Atributos

Comentarios

Coordenadas de cromatidad de color BT.709 con KR = 0,2126, KB = 0,0722.

Documentación de Java para android.media.MediaFormat.COLOR_STANDARD_BT709.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a