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