---
title: AVVideoFieldMode.deinterlace
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avvideofieldmode/deinterlace
---

# AVVideoFieldMode.deinterlace

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

## Declaration

```swift
case deinterlace
```

## See Also

### Constants

- [AVVideoFieldMode.both](avfoundation/avvideofieldmode/both.md)
- [AVVideoFieldMode.topOnly](avfoundation/avvideofieldmode/toponly.md)
- [AVVideoFieldMode.bottomOnly](avfoundation/avvideofieldmode/bottomonly.md)
