Contents

AUGraphClearConnections(_:)

Clears all of the interactions in an audio unit processing graph.

Declaration

func AUGraphClearConnections(_ inGraph: AUGraph) -> OSStatus

Parameters

  • inGraph:

Return Value

Discussion

This will clear all connections and callback interactions of the nodes of a graph.

See Also

Audio Unit Processing Graph Services Functions