Share via


PHVideoRequestOptionsVersion 枚举

定义

枚举控制是返回视频资产的编辑版本还是原始版本的值。

[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 = 
继承
PHVideoRequestOptionsVersion
属性

字段

Current 0

返回包含编辑的当前版本。

Original 1

返回原始版本,不进行编辑。

适用于