Contents

AUGraphStart(_:)

Starts an audio processing graph.

Declaration

func AUGraphStart(_ inGraph: AUGraph) -> OSStatus

Parameters

  • inGraph:

Return Value

A result code.

Discussion

This function starts rendering by starting the head node of an audio processing graph. The graph must be initialized before it can be started.

See Also

Audio Unit Processing Graph Services Functions