AVVideoFieldMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify how interlaced fields should be dealt with.
[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 =
- Inheritance
-
AVVideoFieldMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Both | 0 | Both top and bottom interlaced video fields should be passed through. |
TopOnly | 1 | Only the top interlaced video field should be passed through. |
BottomOnly | 2 | Only the bottom interlaced video field should be passed through. |
Deinterlace | 3 | The top and bottom fields should be de-interlaced. |