audioTracks
Property of dom/HTMLMediaElementdom/HTMLMediaElement
Syntax
var result = element.audioTracks;
element.audioTracks = value;
Notes
Remarks
The following example gets and enables all audio tracks associated with a video element.
Syntax
Standards information
See also
Related pages
- HTMLMediaElementHTMLMediaElement
HTMLVideoElement
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]