Class TextTrackEventTypes
-
- All Implemented Interfaces:
public class TextTrackEventTypes
The types of TextTrack Events.
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventType<CueChangeEvent>
CUECHANGE
public final static EventType<ChangeEvent>
CHANGE
public final static EventType<AddCueEvent>
ADDCUE
public final static EventType<RemoveCueEvent>
REMOVECUE
public final static EventType<UpdateCueEvent>
UPDATECUE
public final static EventType<EnterCueEvent>
ENTERCUE
public final static EventType<ExitCueEvent>
EXITCUE
-
Constructor Summary
Constructors Constructor Description TextTrackEventTypes()
-