PHVideoRequestOptionsVersion Enum

Definition

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

Current 0

Return the current version, with edits.

Original 1

Return the original version, without edits.

Applies to