pub unsafe extern "C-unwind" fn AUGraphGetCPULoad(
in_graph: AUGraph,
out_average_cpu_load: NonNull<f32>,
) -> i32๐Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
The CPU load of the graph
Returns a short-term running average of the current CPU load of the graph.
ยงSafety
in_graphmust be a valid pointer.out_average_cpu_loadmust be a valid pointer.