pub unsafe extern "C-unwind" fn AUGraphCountNodeInteractions(
in_graph: AUGraph,
in_node: AUNode,
out_num_interactions: NonNull<u32>,
) -> i32👎Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
Retrieve the number of interactions of a graph’s node
The number of node interactions currently being managed by the graph for the specified node.
§Safety
in_graphmust be a valid pointer.out_num_interactionsmust be a valid pointer.