<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureConnection/isVideoFieldModeSupported",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureConnection(py)supportsVideoFieldMode"
  },
  "title" : "isVideoFieldModeSupported"
}
-->

# isVideoFieldModeSupported

A Boolean value that indicates whether the connection supports setting a video field mode.

```
var isVideoFieldModeSupported: Bool { get }
```

## Discussion

The property only applies to a video connection’s [`videoFieldMode`](/documentation/AVFoundation/AVCaptureConnection/videoFieldMode) property.

---

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)