次の方法で共有


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

イメージ読み込みハンドラーを繰り返し呼び出すことによって、利用可能な最高の品質を段階的に取得します。

適用対象