---
title: "isVideoRotationAngleSupported(_:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avcaptureconnection/isvideorotationanglesupported(_:)"
---

# isVideoRotationAngleSupported(_:)

Returns a Boolean value that indicates whether the connection supports a rotation angle.

## Declaration

```swift
func isVideoRotationAngleSupported(_ videoRotationAngle: CGFloat) -> Bool
```

## Parameters

- `videoRotationAngle`: A rotation angle in degrees.

## See Also

### Rotating a video

- [videoRotationAngle](avfoundation/avcaptureconnection/videorotationangle.md)
