ImageFormat.Nv16 Campo

Definición

Precaución

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

Formato YCbCr, usado para vídeo.

[Android.Runtime.Register("NV16")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType Nv16 = 16;
[<Android.Runtime.Register("NV16")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable Nv16 : Android.Graphics.ImageFormatType

Valor de campo

Value = 16
Atributos

Comentarios

Formato YCbCr, usado para vídeo.

Para la android.hardware.camera2 API, se recomienda el #YUV_420_888 formato para la salida de YUV en su lugar.

Si la API de cámara antigua admite este formato, puede determinar android.hardware.Camera.Parameters#getSupportedPreviewFormats().

Java documentación para android.graphics.ImageFormat.NV16.

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