clearPlayedEvents

fun clearPlayedEvents()

Remove all of the events that have been emitted by ReplayEventsObserver.

This is used to reduce the memory footprint of the replayer. Note that functions that require previous events will be changed. For example seekTo and durationSeconds will not account for the events removed after calling this function.