---
title: isVideoStabilizationSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/isvideostabilizationsupported
---

# isVideoStabilizationSupported

A Boolean value that indicates whether the format supports video stabilization.

## Declaration

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

## Discussion

Discussion If the format supports video stabilization, you can enable it on an AVCaptureConnection instance.
