PHVideoRequestOptionsDeliveryMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Automatic | 0 | Photos returns the data that is most appropriate for the request and network conditions. |
HighQualityFormat | 1 | Photos provides high quality, but possibly larger video data.. |
MediumQualityFormat | 2 | Photos provides medium quality image data. |
FastFormat | 3 | Photos provides fast, lower quality video data. |