<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVVideoFieldMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVVideoFieldMode"
  },
  "title" : "AVVideoFieldMode"
}
-->

# AVVideoFieldMode

Constants that indicate which interlacing modes the connection applies to video flowing through it.

```
enum AVVideoFieldMode
```

## Overview

The values apply to the [`videoFieldMode`](/documentation/AVFoundation/AVCaptureConnection/videoFieldMode) property.

## Topics

### Constants

[`AVVideoFieldModeBoth`](/documentation/AVFoundation/AVVideoFieldMode/both)

A value that indicates that a video connection passes both the top and bottom video fields.

[`AVVideoFieldModeTopOnly`](/documentation/AVFoundation/AVVideoFieldMode/topOnly)

A value that indicates that a video connection only passes the top video field.

[`AVVideoFieldModeBottomOnly`](/documentation/AVFoundation/AVVideoFieldMode/bottomOnly)

A value that indicates that a video connection only passes the bottom video field.

[`AVVideoFieldModeDeinterlace`](/documentation/AVFoundation/AVVideoFieldMode/deinterlace)

A value that indicates that a video connection deinterlaces the top and bottom video fields.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)