PHVideoRequestOptionsVersion 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 control whether to return the edited or original version of a video asset.
[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 PHVideoRequestOptionsVersion
type PHVideoRequestOptionsVersion =
- Inheritance
-
PHVideoRequestOptionsVersion
- Attributes
Fields
Name | Value | Description |
---|---|---|
Current | 0 | Return the current version, with edits. |
Original | 1 | Return the original version, without edits. |