PHVideoRequestOptionsDeliveryMode Enum

Definition

Enumerates values that balance the load time and quality of video when requesting video data.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PHVideoRequestOptionsDeliveryMode
type PHVideoRequestOptionsDeliveryMode = 
Inheritance
PHVideoRequestOptionsDeliveryMode
Attributes

Fields

Automatic 0

Photos returns the data that is most appropriate for the request and network conditions.

FastFormat 3

Photos provides fast, lower quality video data.

HighQualityFormat 1

Photos provides high quality, but possibly larger video data..

MediumQualityFormat 2

Photos provides medium quality image data.

Applies to