ImageFormat.Heic Feld

Definition

Achtung

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

Komprimiertes HEIC-Format.

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

Feldwert

Value = 1212500294
Attribute

Hinweise

Komprimiertes HEIC-Format.

Dieses Format definiert die HEIC-Marke von High Efficiency Image File Format, wie in ISO/IEC 23008-12 beschrieben.

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

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: