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.