TextTrackList
TextTrackList is an interface in the HTML specification that represents a list of text tracks associated with a media element. A text track can be a caption, subtitle, or metadata track. The TextTrackList object is read-only and is accessed through the textTracks property of an HTMLMediaElement (like HTMLVideoElement or HTMLAudioElement).
The TextTrackList interface provides a way to access and iterate over the available text tracks. It behaves
Each item within a TextTrackList is a TextTrack object, which describes the properties of an individual text