THEOplayer > TextTrackEventMap
Inherits from TrackEventMap. See parent page for inherited properties and methods.
The events fired by a .
Signature:
export interface TextTrackEventMap extends TrackEventMap
Property |
Type |
Description |
---|---|---|
Fired when a cue is added to the track. |
||
Fired when the displaying cues of the text track changes. |
||
Fired when a cue of the track enters. |
||
Fired when an error occurred while loading or parsing the track. |
||
Fired when a cue of the track exits. |
||
Fired when the text track's changes. |
||
Fired when a cue of the track is removed. |
||
Fired when the text track's changes. |
Fired when a cue is added to the track.
Signature:
addcue: TextTrackAddCueEvent;
Fired when the displaying cues of the text track changes.
Signature:
cuechange: TextTrackCueChangeEvent;
Fired when a cue of the track enters.
Signature:
entercue: TextTrackEnterCueEvent;
Fired when an error occurred while loading or parsing the track.
Signature:
error: TextTrackErrorEvent;
Fired when a cue of the track exits.
Signature:
exitcue: TextTrackExitCueEvent;
Fired when the text track's changes.
Signature:
readystatechange: TextTrackReadyStateChangeEvent;
Fired when a cue of the track is removed.
Signature:
removecue: TextTrackRemoveCueEvent;
Fired when the text track's changes.
Signature:
typechange: TextTrackTypeChangeEvent;