<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kAudioQueueParam_Pan",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kAudioQueueParam_Volume@kAudioQueueParam_Pan"
  },
  "title" : "kAudioQueueParam_Pan"
}
-->

# kAudioQueueParam_Pan

The stereo panning position of a source. For a monophonic source, panning is determined as follows:

```
var kAudioQueueParam_Pan: AudioQueueParameterID { get }
```

## Discussion

- –1 = hard left
-   0 = center
- +1 = hard right

For a stereophonic source, this parameter affects the left/right balance. For a multichannel source, this parameter has no effect.

---

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)