pub unsafe extern "C-unwind" fn AUGraphGetConnectionInfo(
in_graph: AUGraph,
in_connection_index: u32,
out_source_node: NonNull<AUNode>,
out_source_output_number: NonNull<u32>,
out_dest_node: NonNull<AUNode>,
out_dest_input_number: NonNull<u32>,
) -> i32๐Deprecated: no longer supported
Available on crate feature
AUGraph only.Expand description
ยงSafety
in_graphmust be a valid pointer.out_source_nodemust be a valid pointer.out_source_output_numbermust be a valid pointer.out_dest_nodemust be a valid pointer.out_dest_input_numbermust be a valid pointer.