renderingAlgorithm
The type of rendering algorithm the mixer uses.
Declaration
var renderingAlgorithm: AVAudio3DMixingRenderingAlgorithm { get set }Discussion
Depending on the current output format of the AVAudioEnvironmentNode instance, the system may only support a subset of the rendering algorithms. You can retrieve an array of valid rendering algorithms by calling the applicableRenderingAlgorithms function of the AVAudioEnvironmentNode instance.
The default rendering algorithm is AVAudio3DMixingRenderingAlgorithm.equalPowerPanning. Only the AVAudioEnvironmentNode class implements this property.