pub unsafe extern "C-unwind" fn AUGraphStop(in_graph: AUGraph) -> i32👎Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
Stop a graph
Stop() is called on the “head” node(s) of the AUGraph (rendering is stopped)
§Safety
in_graph must be a valid pointer.