This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The audioTracks read-only property of the SourceBuffer interface returns a list of the audio tracks currently contained inside the SourceBuffer.
Syntax
var myAudioTracks = sourceBuffer.audioTracks;
Value
An AudioTrackList object.
Example
TBD
Specifications
| Specification | Status | Comment |
|---|---|---|
| Media Source Extensions The definition of 'audioTracks' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
audioTracks | Chrome Full support 23 | Edge Full support 12 | Firefox No support No | IE
Full support
11
| Opera Full support 15 | Safari Full support 8 | WebView Android Full support 4.4.3 | Chrome Android Full support 33 | Firefox Android No support No | Opera Android Full support 14 | Safari iOS No support No | Samsung Internet Android Full support 3.0 |
Legend
- Full support
- Full support
- No support
- No support
- See implementation notes.
- See implementation notes.
