THEOplayer > TextTrackReadyStateChangeEvent
Inherits from Event<'readystatechange'>. See parent page for inherited properties and methods.
Fired when the of the text track has changed.
Signature:
export interface TextTrackReadyStateChangeEvent extends Event<'readystatechange'>
Property |
Type |
Description |
---|---|---|
The new of the text track. |
||
The text track which ready state has changed. |
The new of the text track.
Signature:
readonly readyState: TextTrackReadyState;
The text track which ready state has changed.
Signature:
readonly track: TextTrack;