label
Property of dom/HTMLTrackElementdom/HTMLTrackElement
Syntax
var result = element.label;
element.label = value;
Notes
Remarks
A label can be any identifying string. This string is displayed in the HTML5 video player. For example, the following track element appears as “French language track” in the player: This property is not implemented for AudioTrack. Note To create timed text files in both Web Video Text Track (WebVTT) and Timed Text Markup Language (TTML) formats, see HTML5 Video Caption Maker on the Windows Internet Explorer test drive site.
Syntax
Standards information
See also
Related pages
track element
track object
- TextTrackTextTrack
- AudioTrackAudioTrack
- TextTrackListTextTrackList
video
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]