PHImageRequestOptionsDeliveryMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举在检索图像数据时控制速度和质量之间所需平衡的值。
[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 PHImageRequestOptionsDeliveryMode
type PHImageRequestOptionsDeliveryMode =
- 继承
-
PHImageRequestOptionsDeliveryMode
- 属性
字段
FastFormat | 2 | 如果没有立即提供高质量图像,则获取低质量图像。 |
HighQualityFormat | 1 | 获取最高质量的可用图像,而不考虑交付时间。 |
Opportunistic | 0 | 通过重复调用图像加载处理程序,逐步获得最高可用质量。 |