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