timeupdatesCaptured

open fun timeupdatesCaptured(init: Event.() -> Unit): Listener<Event, T>

occurs when the playing position has changed (like when the user fast forwards to a different point in the media)

Return

a Listener that emits Events on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when the playing position has changed (like when the user fast forwards to a different point in the media)