---
title: "isVideoStabilizationModeSupported(_:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avcapturedevice/format/isvideostabilizationmodesupported(_:)"
---

# isVideoStabilizationModeSupported(_:)

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

## Declaration

```swift
func isVideoStabilizationModeSupported(_ videoStabilizationMode: AVCaptureVideoStabilizationMode) -> Bool
```

## Parameters

- `videoStabilizationMode`: The stabilization mode to test.

## Return Value

Return Value true if video stabilization is supported; otherwise, false.

## See Also

### Determining video stabilization support

- [AVCaptureVideoStabilizationMode](avfoundation/avcapturevideostabilizationmode.md)
