ImageFormat.Nv16 Feld

Definition

Achtung

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

YCbCr-Format, das für Video verwendet wird.

[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

Feldwert

Value = 16
Attribute

Hinweise

YCbCr-Format, das für Video verwendet wird.

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

Ob dieses Format von der alten Kamera-API unterstützt wird, kann durch android.hardware.Camera.Parameters#getSupportedPreviewFormats()bestimmt werden.

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

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: