AVVideoFieldMode Enum

Definition

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

Both 0

Both top and bottom interlaced video fields 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.

TopOnly 1

Only the top interlaced video field should be passed through.

Applies to