ImageFormat.Heic フィールド

定義

注意事項

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

圧縮 HEIC 形式。

[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

フィールド値

Value = 1212500294
属性

注釈

圧縮 HEIC 形式。

この形式は、ISO/IEC 23008-12 で説明されているように、HEIC ブランドの高効率イメージ ファイル形式を定義します。

の Java ドキュメント android.graphics.ImageFormat.HEIC

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象