---
title: applicableRenderingAlgorithms
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudioenvironmentnode/applicablerenderingalgorithms
---

# applicableRenderingAlgorithms

An array of rendering algorithms applicable to the environment node.

## Declaration

```swift
var applicableRenderingAlgorithms: [NSNumber] { get }
```

## Discussion

Discussion The AVAudioEnvironmentNode class supports several rendering algorithms for each input bus as AVAudio3DMixingRenderingAlgorithm defines. Depending on the current output format of the environment node, this method returns an immutable array of the applicable rendering algorithms. This subset of applicable rendering algorithms is important when you configure the environment node to a multichannel output format because only a subset of the algorithms render to all of the channels. Retrieve the applicable algorithms after a successful connection to the destination node through one of the AVAudioEngine connect methods.

## See Also

### Related Documentation

- [connect(_:to:format:)](avfaudio/avaudioengine/connect(_:to:format:).md)
- [connect(_:to:fromBus:toBus:format:)](avfaudio/avaudioengine/connect(_:to:frombus:tobus:format:).md)
