共用方式為


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

重複呼叫影像載入處理常式,以漸進方式取得最高的可用品質。

適用於