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

指示用于传递未转换图像数据的预设。

适用于