This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions