disconnectNodeInput(_:bus:)
Removes the input connection of a node on the specified bus.
Declaration
func disconnectNodeInput(_ node: AVAudioNode, bus: AVAudioNodeBus)Parameters
- node:
The audio node with the input to disconnect.
- bus:
The destination’s input bus to disconnect.