Share via


AVVideoFieldMode Enum

Definition

An enumeration whose values specify how interlaced fields should be dealt with.

[ObjCRuntime.Native]
public enum AVVideoFieldMode
[<ObjCRuntime.Native>]
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.

Applies to