Experimental
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
BCD tables only load in the browser