Contents

AUGraphCountNodeInteractions(_:_:_:)

Retrieves the number of interactions of an audio processing graph’s node.

Declaration

func AUGraphCountNodeInteractions(_ inGraph: AUGraph, _ inNode: AUNode, _ outNumInteractions: UnsafeMutablePointer<UInt32>) -> OSStatus

Parameters

  • inGraph:

  • inNode:

  • outNumInteractions:

Return Value

A result code.

Discussion

The number of node interactions currently being managed by the graph for the specified node.

See Also

Audio Unit Processing Graph Services Functions