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_graphmust be a valid pointer.out_sub_graphmust be a valid pointer.