removeAdBreak

abstract fun removeAdBreak(adBreak: SsaiAdBreak)

Removes a previously registered SSAI ad break with the same SsaiAdBreak.id as adBreak from Player.ads schedule.

If the matching ad break is currently active, the active SSAI ad break is finished. Has no effect if adBreak is not known. Has no effect and emits an incorrect API usage warning when there is no active playback session.