Share via


ImageFormat.HeicUltrahdr Field

Definition

Caution

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

High Efficiency Image File Format (HEIF) with embedded HDR gain map

[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

Field Value

Value = 4102
Attributes

Remarks

High Efficiency Image File Format (HEIF) with embedded HDR gain map

This format defines the HEIC brand of High Efficiency Image File Format as described in ISO/IEC 23008-12:2024 with HDR gain map according to ISO/CD 21496‐1.

Java documentation for android.graphics.ImageFormat.HEIC_ULTRAHDR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to