---
title: "removeReceiver(_:at:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avsamplebufferrendersynchronizer/removereceiver(_:at:)"
---

# removeReceiver(_:at:)

Removes a receiver and its renderer from the synchronizer.

## Declaration

```swift
func removeReceiver(_ receiver: sending AVSampleBufferAudioRenderer.Receiver, at time: CMTime) async -> Bool
```

## Parameters

- `receiver`: The receiver to be removed.
- `time`: The time on the timebase’s timeline at which the renderer should be removed. If the time is in the past, the renderer is immediately removed.
