AUGraphGetMaxCPULoad

Function AUGraphGetMaxCPULoad 

Source
pub unsafe extern "C-unwind" fn AUGraphGetMaxCPULoad(
    in_graph: AUGraph,
    out_max_load: NonNull<f32>,
) -> i32
๐Ÿ‘ŽDeprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature AUGraph only.
Expand description

The Maximum CPU load of the graph

Returns the max CPU load of the graph since this call was last made or the graph was last started.

ยงSafety

  • in_graph must be a valid pointer.
  • out_max_load must be a valid pointer.