AUGraphConnectNodeInput

Function AUGraphConnectNodeInput 

Source
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.
Expand description

connect a node’s output to a node’s input

§Safety

in_graph must be a valid pointer.