THEOplayer > TextTrackCueChangeEvent
Inherits from Event<'cuechange'>. See parent page for inherited properties and methods.
Fired when the displaying cues of the text track has changed.
Signature:
export interface TextTrackCueChangeEvent extends Event<'cuechange'>
Property |
Type |
Description |
---|---|---|
The text track which displaying cues has changed. |
The text track which displaying cues has changed.
Signature:
readonly track: TextTrack;