Contents

AUGraphGetCPULoad(_:_:)

Obtains the short-term running average of the current CPU load of the audio processing graph.

Declaration

func AUGraphGetCPULoad(_ inGraph: AUGraph, _ outAverageCPULoad: UnsafeMutablePointer<Float32>) -> OSStatus

Parameters

  • inGraph:

  • outAverageCPULoad:

Return Value

See Also

Audio Unit Processing Graph Services Functions