---
title: isVideoBinned
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/isvideobinned
---

# isVideoBinned

A Boolean value that indicates whether the format produces video data in a binned format.

## Declaration

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

## Discussion

Discussion Binning is a pixel-combining process which can result in greater low light sensitivity at the cost of reduced resolution.

## See Also

### Determining video capture support

- [isAutoVideoFrameRateSupported](avfoundation/avcapturedevice/format/isautovideoframeratesupported.md)
- [videoSupportedFrameRateRanges](avfoundation/avcapturedevice/format/videosupportedframerateranges.md)
- [AVFrameRateRange](avfoundation/avframeraterange.md)
- [isVideoHDRSupported](avfoundation/avcapturedevice/format/isvideohdrsupported.md)
- [isMultiCamSupported](avfoundation/avcapturedevice/format/ismulticamsupported.md)
