Contents

AUGraphRemoveNode(_:_:)

Removes a node from an audio processing graph.

Declaration

func AUGraphRemoveNode(_ inGraph: AUGraph, _ inNode: AUNode) -> OSStatus

Parameters

  • inGraph:

    The AUGraph object that you are removing a node from.

  • inNode:

    The node you want to remove.

Return Value

A result code.

Discussion

Nodes can be removed in any thread context. The output node of the graph cannot be removed while the graph is running.

See Also

Audio Unit Processing Graph Services Functions