playings

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

occurs when the media is playing after having been paused or stopped for buffering

Return

a Listener that emits Events on its Flow

Parameters

init

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


open val playings: Listener<Event, T>

occurs when the media is playing after having been paused or stopped for buffering