Contents

AUGraphSetNodeInputCallback(_:_:_:_:)

Sets an input callback function for a node.

Declaration

func AUGraphSetNodeInputCallback(_ inGraph: AUGraph, _ inDestNode: AUNode, _ inDestInputNumber: UInt32, _ inInputCallback: UnsafePointer<AURenderCallbackStruct>) -> OSStatus

Parameters

  • inGraph:

  • inDestNode:

  • inDestInputNumber:

  • inInputCallback:

    The callback that will provide input data to the node.

Return Value

A result code.

See Also

Audio Unit Processing Graph Services Functions