ImageFormat.JpegR Campo

Definizione

Attenzione

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

Formato JPEG compresso che include una mappa di ripristino incorporata.

[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

Valore del campo

Value = 4101
Attributi

Commenti

Formato JPEG compresso che include una mappa di ripristino incorporata.

Immagine principale compressa JPEG insieme alla mappa di ripristino incorporata che segue la specifica del formato immagine Ultra HDR.

per android.graphics.ImageFormat.JPEG_R.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a