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

# removeReceiver(receiver:at:)

Removes a receiver and its renderer from the synchronizer.

## Declaration

```swift
func removeReceiver(receiver: sending AVSampleBufferVideoRenderer.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.
