TrackEvent

Overview

The TrackEvent interface, which is part of the HTML DOM specification, is used for events which represent changes to a set of available tracks on an HTML media element; these events are addtrack and removetrack.

Location

Properties


track

 

property track: TextTrack read;

 

TextTrack track { get; }

 

var track: TextTrack { get{} }

 

TextTrack track { __get; }

 

ReadOnly Property track() As TextTrack