Share via


PHImageRequestOptionsDeliveryMode 枚举

定义

枚举在检索图像数据时控制速度和质量之间所需平衡的值。

[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

通过重复调用图像加载处理程序,逐步获得最高可用质量。

适用于