次の方法で共有


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

編集せずに元のバージョンを返します。

適用対象