Class TextTrackListEventTypes
-
- All Implemented Interfaces:
public class TextTrackListEventTypes
The types of TextTrackList Events.
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<AddTrackEvent>
ADDTRACK
public final static EventType<RemoveTrackEvent>
REMOVETRACK
public final static EventType<TrackListChangeEvent>
TRACKLISTCHANGE
-
Constructor Summary
Constructors Constructor Description TextTrackListEventTypes()
-