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 | 重複呼叫影像載入處理常式,以漸進方式取得最高的可用品質。 |