Function AUGraphSetNodeInputCallback

Source
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 AudioUnitProperties and objc2-core-audio-types and AUGraph 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