ImageFormat.Nv21 Feld

Definition

Achtung

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

YCrCb-Format für Bilder, das das NV21-Codierungsformat verwendet.

[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

Feldwert

Value = 17
Attribute

Hinweise

YCrCb-Format für Bilder, das das NV21-Codierungsformat verwendet.

Dies ist das Standardformat für android.hardware.Camera Vorschaubilder, wenn sie andernfalls nicht mit android.hardware.Camera.Parameters#setPreviewFormat(int).

Für die android.hardware.camera2 API wird stattdessen das #YUV_420_888 Format für die YUV-Ausgabe empfohlen.

Java Dokumentation für android.graphics.ImageFormat.NV21.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: