<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioSession/StereoOrientation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioStereoOrientation"
  },
  "title" : "AVAudioSession.StereoOrientation"
}
-->

# AVAudioSession.StereoOrientation

Constants that define the supported stereo orientations.

```
enum StereoOrientation
```

## Topics

### Stereo Orientations

[`AVAudioSession.StereoOrientation.none`](/documentation/AVFAudio/AVAudioSession/StereoOrientation/none)

The audio session isn’t configured for stereo recording.

[`AVAudioSession.StereoOrientation.portrait`](/documentation/AVFAudio/AVAudioSession/StereoOrientation/portrait)

Audio capture should be vertically oriented, with the USB-C or Lightning connector on the bottom.

[`AVAudioSession.StereoOrientation.portraitUpsideDown`](/documentation/AVFAudio/AVAudioSession/StereoOrientation/portraitUpsideDown)

Audio capture should be vertically oriented, with the USB-C or Lightning connector on the top.

[`AVAudioSession.StereoOrientation.landscapeRight`](/documentation/AVFAudio/AVAudioSession/StereoOrientation/landscapeRight)

Audio capture should be horizontally oriented, with the USB-C or Lightning connector on the right.

[`AVAudioSession.StereoOrientation.landscapeLeft`](/documentation/AVFAudio/AVAudioSession/StereoOrientation/landscapeLeft)

Audio capture should be horizontally oriented, with the USB-C or Lightning connector on the left.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)