---
title: AVCaptureVideoOrientation.portraitUpsideDown
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avcapturevideoorientation/portraitupsidedown
---

# AVCaptureVideoOrientation.portraitUpsideDown

Indicates that video should be oriented vertically, top at the bottom.

## Declaration

```swift
case portraitUpsideDown
```

## See Also

### Constants

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