volumechanges

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

occurs when the volume of the media has changed (includes setting the volume to "mute")

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 volume of the media has changed (includes setting the volume to "mute")