pub unsafe extern "C-unwind" fn AUGraphConnectNodeInput(
in_graph: AUGraph,
in_source_node: AUNode,
in_source_output_number: u32,
in_dest_node: AUNode,
in_dest_input_number: u32,
) -> i32👎Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.