Contents

removeReceiver(_:at:)

Removes a receiver and its renderer from the synchronizer.

Declaration

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.