AUGraphOpen

Function AUGraphOpen 

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

Open a graph

AudioUnits are open but not initialized (no resource allocation occurs here)

ยงSafety

in_graph must be a valid pointer.