channelAssignments
An array of channel descriptions for the audio player.
Declaration
var channelAssignments: [AVAudioSessionChannelDescription]? { get set }Mentioned in
Discussion
The default value for this property is nil. When the value is non-nil, this array must have the same number of channels the numberOfChannels property returns. You can use this property to assign output to play to different channels.