Contents

disconnectNodeOutput(_:bus:)

Removes the output connection of a node on the specified bus.

Declaration

func disconnectNodeOutput(_ node: AVAudioNode, bus: AVAudioNodeBus)

Parameters

  • node:

    The audio node with the output to disconnect.

  • bus:

    The destination’s output bus to disconnect.

See Also

Connecting and Disconnecting Audio Nodes