다음을 통해 공유


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

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

적용 대상