Interface

TrackEvent

TrackEvent

The TrackEvent interface, part of the HTML DOM specification, is used for events which represent changes to the set of available tracks on an HTML media element; these events are addtrack and removetrack.

View Source js/lib.dom.d.ts, line 6767

Members

TextTrack | null

# track

Returns the track object (TextTrack, AudioTrack, or VideoTrack) to which the event relates.

View Source js/lib.dom.d.ts, line 6770