The HTMLMediaElement.audioTracks
property is an AudioTrackList
that represents the list of AudioTrack
objects contained in the element.
SyntaxEdit
xxxxxx
ExamplesEdit
xxxxx
<xxxx></xxxx>
xxxxx
xxx.xxx()
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'HTMLMediaElement.audioTracks' in that specification. |
Living Standard | No change from HTML5 |
HTML5 The definition of 'HTMLMediaElement.audioTracks' in that specification. |
Recommendation | Initial definition. |
Browser compatibilityEdit
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
audioTracks property |
? | 33.0 (33.0)[5] behind an off-by-default preference | ? | ? | ? |
See alsoEdit
- The interface defining it,
HTMLMediaElement
.