AUGraphRemoveNode(_:_:)
Removes a node from an audio processing graph.
Declaration
func AUGraphRemoveNode(_ inGraph: AUGraph, _ inNode: AUNode) -> OSStatusParameters
- inGraph:
The
AUGraphobject 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
AUGraphAddNode(_:_:_:)AUGraphAddRenderNotify(_:_:_:)AUGraphClearConnections(_:)AUGraphClose(_:)AUGraphConnectNodeInput(_:_:_:_:_:)AUGraphCountNodeInteractions(_:_:_:)AUGraphDisconnectNodeInput(_:_:_:)AUGraphGetCPULoad(_:_:)AUGraphGetIndNode(_:_:_:)AUGraphGetInteractionInfo(_:_:_:)AUGraphGetMaxCPULoad(_:_:)AUGraphGetNodeCount(_:_:)AUGraphGetNodeInfoSubGraph(_:_:_:)AUGraphGetNodeInteractions(_:_:_:_:)AUGraphGetNumberOfInteractions(_:_:)