ImageFormat.Nv21 Campo

Definizione

Attenzione

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

Formato YCrCb usato per le immagini, che usa il formato di codifica NV21.

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

Valore del campo

Value = 17
Attributi

Commenti

Formato YCrCb usato per le immagini, che usa il formato di codifica NV21.

Questo è il formato predefinito per android.hardware.Camera le immagini di anteprima, se non diversamente impostato con android.hardware.Camera.Parameters#setPreviewFormat(int).

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

per android.graphics.ImageFormat.NV21.

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