removeReceiver(receiver:at:)
Removes a receiver and its renderer from the synchronizer.
Declaration
func removeReceiver(receiver: sending AVSampleBufferVideoRenderer.Receiver, at time: CMTime) async -> BoolParameters
- 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.