pub unsafe extern "C-unwind" fn DisposeAUGraph(
in_graph: AUGraph,
) -> i32๐Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
Dispose an AUGraph
Deallocates the AUGraph along with its nodes and their resources.
Parameter inGraph: the AUGraph object to be disposed
ยงSafety
in_graph must be a valid pointer.