pub unsafe extern "C-unwind" fn AUGraphSetNodeInputCallback(
in_graph: AUGraph,
in_dest_node: AUNode,
in_dest_input_number: u32,
in_input_callback: NonNull<AURenderCallbackStruct>,
) -> i32👎Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate features
AUComponent and AUGraph and AudioUnitProperties and objc2-core-audio-types only.Expand description
Set a callback for the specified node’s specified input.
Parameter inInputCallback: The callback that will provide input data to the node
§Safety
in_graphmust be a valid pointer.in_input_callbackmust be a valid pointer.