Contents

kAudioQueueParam_Pan

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

Declaration

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.

See Also

Constants