次の方法で共有


AVVideoFieldMode 列挙型

定義

インターレースされたフィールドの処理方法を指定する値を持つ列挙体。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVVideoFieldMode
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVVideoFieldMode
type AVVideoFieldMode = 
継承
AVVideoFieldMode
属性

フィールド

Both 0

上部と下部のインターレースされたビデオ フィールドの両方を渡す必要があります。

BottomOnly 2

一番下のインターレースされたビデオ フィールドのみを渡す必要があります。

Deinterlace 3

上下のフィールドはインターレース解除する必要があります。

TopOnly 1

上位のインターレースされたビデオ フィールドのみを渡す必要があります。

適用対象