ImageFormat.Nv16 Campo

Definizione

Attenzione

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

Formato YCbCr, usato per il video.

[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

Valore del campo

Value = 16
Attributi

Commenti

Formato YCbCr, usato per il video.

Per l'API, il #YUV_420_888 formato è consigliato per l'output android.hardware.camera2 YUV.

Se questo formato è supportato dall'API della fotocamera precedente può essere determinato da android.hardware.Camera.Parameters#getSupportedPreviewFormats().

per android.graphics.ImageFormat.NV16.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a