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