UIImagePickerControllerImageUrlExportPreset 列挙型

定義

イメージをエクスポートするためのプリセットを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIImagePickerControllerImageUrlExportPreset
type UIImagePickerControllerImageUrlExportPreset = 
継承
UIImagePickerControllerImageUrlExportPreset
属性

フィールド

Compatible 0

HEIF 画像を JPEG に変換するためのプリセットを示します。

Current 1

変換されていない画像データを渡すためのプリセットを示します。

適用対象