AUGraphGetNodeInfoSubGraph

Function AUGraphGetNodeInfoSubGraph 

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

Return an AUGraph represented by this node

This will return the sub graph represented by this AUNode.

Parameter inGraph: the AUGraph object

Parameter inNode: the node to query

Parameter outSubGraph: the sub-graph

ยงSafety

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