Enumeration TextTrackEventType

Enumeration Members

Enumeration Members

ADD_CUE: "addcue"

Dispatched when cue has been added to the text track.

ENTER_CUE: "entercue"

Dispatched when a cue of the track enters.

EXIT_CUE: "exitcue"

Dispatched when a cue of the track exits.

REMOVE_CUE: "removecue"

Dispatched when cue has been removed from the text track.

Generated using TypeDoc