Contents

AUGraphRemoveRenderNotify(_:_:_:)

Removes a notification callback from an audio processing graph.

Declaration

func AUGraphRemoveRenderNotify(_ inGraph: AUGraph, _ inCallback: AURenderCallback, _ inRefCon: UnsafeMutableRawPointer?) -> OSStatus

Parameters

  • inGraph:

  • inCallback:

  • inRefCon:

Return Value

A result code.

Discussion

Removes a previously added render notification callback. You must provide both the callback and the context (in the inRefCon parameter) that was used previously to add the callback.

See Also

Audio Unit Processing Graph Services Functions