PHImageRequestOptionsVersion 枚举

定义

枚举控制是检索已编辑还是未编辑的图像版本的值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHImageRequestOptionsVersion
type PHImageRequestOptionsVersion = 
继承
PHImageRequestOptionsVersion
属性

字段

Current 0

返回图像的编辑版本。

Original 2

返回映像的最高质量版本。

Unadjusted 1

返回未调整的图像。

适用于