AUGraphGetNodeInteractions(_:_:_:_:)
Retrieves information about the interactions in an audio processing graph for a given node.
Declaration
func AUGraphGetNodeInteractions(_ inGraph: AUGraph, _ inNode: AUNode, _ ioNumInteractions: UnsafeMutablePointer<UInt32>, _ outInteractions: UnsafeMutablePointer<AUNodeInteraction>) -> OSStatusParameters
- inGraph:
- inNode:
- ioNumInteractions:
On input, specifies the number of interactions that can be returned. On output, the number of interactions returned.
- outInteractions:
The interactions that the specified node is involved in.
Return Value
A result code.
See Also
Audio Unit Processing Graph Services Functions
AUGraphAddNode(_:_:_:)AUGraphAddRenderNotify(_:_:_:)AUGraphClearConnections(_:)AUGraphClose(_:)AUGraphConnectNodeInput(_:_:_:_:_:)AUGraphCountNodeInteractions(_:_:_:)AUGraphDisconnectNodeInput(_:_:_:)AUGraphGetCPULoad(_:_:)AUGraphGetIndNode(_:_:_:)AUGraphGetInteractionInfo(_:_:_:)AUGraphGetMaxCPULoad(_:_:)AUGraphGetNodeCount(_:_:)AUGraphGetNodeInfoSubGraph(_:_:_:)AUGraphGetNumberOfInteractions(_:_:)AUGraphInitialize(_:)