PHVideoRequestOptionsVersion 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉值,控制是否要傳回已編輯或原始版本的視訊資產。
[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 | 傳回原始版本,而不需編輯。 |