---
title: AVCaptureVideoOrientation
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avcapturevideoorientation
---

# AVCaptureVideoOrientation

Constants indicating video orientation.

## Declaration

```swift
enum AVCaptureVideoOrientation
```

## Overview

Overview You can set these constants to videoOrientation for a connection that has an AVCaptureVideoPreviewLayer output.

## Topics

### Constants

- [AVCaptureVideoOrientation.portrait](avfoundation/avcapturevideoorientation/portrait.md)
- [AVCaptureVideoOrientation.portraitUpsideDown](avfoundation/avcapturevideoorientation/portraitupsidedown.md)
- [AVCaptureVideoOrientation.landscapeRight](avfoundation/avcapturevideoorientation/landscaperight.md)
- [AVCaptureVideoOrientation.landscapeLeft](avfoundation/avcapturevideoorientation/landscapeleft.md)

### Initializers

- [init(rawValue:)](avfoundation/avcapturevideoorientation/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deprecated

- [isVideoStabilizationEnabled](avfoundation/avcaptureconnection/isvideostabilizationenabled.md)
- [enablesVideoStabilizationWhenAvailable](avfoundation/avcaptureconnection/enablesvideostabilizationwhenavailable.md)
- [isVideoOrientationSupported](avfoundation/avcaptureconnection/isvideoorientationsupported.md)
- [videoOrientation](avfoundation/avcaptureconnection/videoorientation.md)
