AUGraphCountNodeConnections

Function AUGraphCountNodeConnections 

Source
pub unsafe extern "C-unwind" fn AUGraphCountNodeConnections(
    in_graph: AUGraph,
    in_node: AUNode,
    out_num_connections: NonNull<u32>,
) -> i32
๐Ÿ‘ŽDeprecated: no longer supported
Available on crate feature AUGraph only.
Expand description

ยงSafety

  • in_graph must be a valid pointer.
  • out_num_connections must be a valid pointer.