PHImageRequestOptionsDeliveryMode Enum

Definition

Enumerates values that control the desired balance between speed and quality when retrieving image data.

[ObjCRuntime.Native]
public enum PHImageRequestOptionsDeliveryMode
[<ObjCRuntime.Native>]
type PHImageRequestOptionsDeliveryMode = 
Inheritance
PHImageRequestOptionsDeliveryMode
Attributes

Fields

Name Value Description
Opportunistic 0

Progressively obtain the highest available quality by repeatedly calling the image loading handler.

HighQualityFormat 1

Obtain the highest quality image available, regardless of delivery time.

FastFormat 2

Obtain a low quality image if a high quality image is not immediately available.

Applies to