MediaCodecInfo.CodecCapabilities.COLORFormatRGBFlexible Campo

Definición

Precaución

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

Formato de color RGB flexible de 24 bits por píxel con componentes rojo, verde y azul de 8 bits.

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

Valor de campo

Value = 2134292616
Atributos

Comentarios

Formato de color RGB flexible de 24 bits por píxel con componentes rojo, verde y azul de 8 bits.

Use este formato con Image. Este formato corresponde a android.graphics.ImageFormat#FLEX_RGB_888, y puede representar #COLOR_Format24bitBGR888 y #COLOR_Format24bitRGB888 formatos.

Java documentación para android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBFlexible.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a