Interface TrackEvent

All Superinterfaces:
Event
All Known Implementing Classes:
TrackEventImpl

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