共用方式為


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

傳回原始版本,而不需編輯。

適用於