AVVideoFieldMode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インターレースされたフィールドの処理方法を指定する値を持つ列挙体。
[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 | 上位のインターレースされたビデオ フィールドのみを渡す必要があります。 |