<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVSampleBufferRenderSynchronizer/removeReceiver(_:at:)-3rrnp",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So32AVSampleBufferRenderSynchronizerC12AVFoundationE14removeReceiver_2atSbSo0aB13AudioRendererCACE0G0Cn_So6CMTimeatYaF"
  },
  "title" : "removeReceiver(_:at:)"
}
-->

# removeReceiver(_:at:)

Removes a receiver and its renderer from the synchronizer.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)