Langue

ImageFormat.Nv16 Champ

Définition

Attention

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

Format YCbCr, utilisé pour la vidéo.

[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

Valeur de champ

Value = 16
Attributs

Remarques

Format YCbCr, utilisé pour la vidéo.

Pour l’API, le #YUV_420_888 format est recommandé pour la sortie YUV à la android.hardware.camera2 place.

Si ce format est pris en charge par l’ancienne API de caméra peut être déterminé par android.hardware.Camera.Parameters#getSupportedPreviewFormats().

Java documentation pour android.graphics.ImageFormat.NV16.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à