---
title: "AUGraphRemoveRenderNotify(_:_:_:)"
framework: audiotoolbox
role: symbol
role_heading: Function
path: "audiotoolbox/augraphremoverendernotify(_:_:_:)"
---

# AUGraphRemoveRenderNotify(_:_:_:)

Removes a notification callback from an audio processing graph.

## Declaration

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

## Parameters

- `inGraph`:
- `inCallback`:
- `inRefCon`:

## Return Value

Return Value A result code.

## Discussion

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

- [AUGraphAddNode(_:_:_:)](audiotoolbox/augraphaddnode(_:_:_:).md)
- [AUGraphAddRenderNotify(_:_:_:)](audiotoolbox/augraphaddrendernotify(_:_:_:).md)
- [AUGraphClearConnections(_:)](audiotoolbox/augraphclearconnections(_:).md)
- [AUGraphClose(_:)](audiotoolbox/augraphclose(_:).md)
- [AUGraphConnectNodeInput(_:_:_:_:_:)](audiotoolbox/augraphconnectnodeinput(_:_:_:_:_:).md)
- [AUGraphCountNodeInteractions(_:_:_:)](audiotoolbox/augraphcountnodeinteractions(_:_:_:).md)
- [AUGraphDisconnectNodeInput(_:_:_:)](audiotoolbox/augraphdisconnectnodeinput(_:_:_:).md)
- [AUGraphGetCPULoad(_:_:)](audiotoolbox/augraphgetcpuload(_:_:).md)
- [AUGraphGetIndNode(_:_:_:)](audiotoolbox/augraphgetindnode(_:_:_:).md)
- [AUGraphGetInteractionInfo(_:_:_:)](audiotoolbox/augraphgetinteractioninfo(_:_:_:).md)
- [AUGraphGetMaxCPULoad(_:_:)](audiotoolbox/augraphgetmaxcpuload(_:_:).md)
- [AUGraphGetNodeCount(_:_:)](audiotoolbox/augraphgetnodecount(_:_:).md)
- [AUGraphGetNodeInfoSubGraph(_:_:_:)](audiotoolbox/augraphgetnodeinfosubgraph(_:_:_:).md)
- [AUGraphGetNodeInteractions(_:_:_:_:)](audiotoolbox/augraphgetnodeinteractions(_:_:_:_:).md)
- [AUGraphGetNumberOfInteractions(_:_:)](audiotoolbox/augraphgetnumberofinteractions(_:_:).md)
