Contents

AUGraphGetMaxCPULoad(_:_:)

Obtains the maximum CPU load of an audio processing graph since this call was last made or since the graph was last started.

Declaration

func AUGraphGetMaxCPULoad(_ inGraph: AUGraph, _ outMaxLoad: UnsafeMutablePointer<Float32>) -> OSStatus

Parameters

  • inGraph:

  • outMaxLoad:

Return Value

A result code.

See Also

Audio Unit Processing Graph Services Functions