Contents

AUGraphGetNumberOfInteractions(_:_:)

Retrieves the number of interactions for an audio processing graph.

Declaration

func AUGraphGetNumberOfInteractions(_ inGraph: AUGraph, _ outNumInteractions: UnsafeMutablePointer<UInt32>) -> OSStatus

Parameters

  • inGraph:

  • outNumInteractions:

Return Value

A result code.

Discussion

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

See Also

Audio Unit Processing Graph Services Functions