Compartilhar via


MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer8bit Campo

Definição

Cuidado

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

Formato SMIA 8-bit Bayer.

[Android.Runtime.Register("COLOR_FormatRawBayer8bit")]
[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 COLORFormatRawBayer8bit = 30;
[<Android.Runtime.Register("COLOR_FormatRawBayer8bit")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)>]
val mutable COLORFormatRawBayer8bit : Android.Media.MediaCodecCapabilities

Valor do campo

Value = 30
Atributos

Comentários

Formato SMIA 8-bit Bayer. Cada byte representa os 8 bits superiores de um sinal de 10 bits.

Documentação Java para android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bit.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a