ImageFormat.JpegR Feld

Definition

Achtung

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

Komprimiertes JPEG-Format, das eine eingebettete Wiederherstellungszuordnung enthält.

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

Feldwert

Value = 4101
Attribute

Hinweise

Komprimiertes JPEG-Format, das eine eingebettete Wiederherstellungszuordnung enthält.

JPEG komprimiertes Hauptbild zusammen mit eingebetteter Wiederherstellungskarte nach der Spezifikation des Ultra HDR-Bildformats.

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

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: