ImageFormat.HeicUltrahdr Campo

Definizione

Attenzione

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

Formato HEIF (High Efficiency Image File Format) con mappa di guadagno HDR incorporata

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

Valore del campo

Value = 4102
Attributi

Commenti

Formato HEIF (High Efficiency Image File Format) con mappa di guadagno HDR incorporata

Questo formato definisce il marchio HEIC di High Efficiency Image File Format come descritto in ISO/IEC 23008-12:2024 con la mappa dei guadagni HDR in base a ISO/CD 21496-1.

per android.graphics.ImageFormat.HEIC_ULTRAHDR.

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