---
title: isVideoFieldModeSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureconnection/isvideofieldmodesupported
---

# isVideoFieldModeSupported

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

## Declaration

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

## Discussion

Discussion The property only applies to a video connection’s videoFieldMode property.

## See Also

### Interlacing video

- [videoFieldMode](avfoundation/avcaptureconnection/videofieldmode.md)
- [AVVideoFieldMode](avfoundation/avvideofieldmode.md)
