TrackEvent
open class TrackEvent(val type: EventType<TrackEvent>, init: TrackEventInit = definedExternally) : Event(source)
The TrackEvent
interface of the HTML DOM API is used for events which represent changes to a set of available tracks on an HTML media element; these events are addtrack
and removetrack
.