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 | 이미지 로드 처리기를 반복적으로 호출하여 사용 가능한 최고 품질을 점진적으로 가져옵니다. |