Back to Content

SourceBuffer: audioTracks property

files/en-us/web/api/sourcebuffer/audiotracks/index.md

latest476 B
Original Source

{{APIRef("Media Source Extensions")}}{{AvailableInWorkers("window_and_dedicated")}}

The audioTracks read-only property of the {{domxref("SourceBuffer")}} interface returns a list of the audio tracks currently contained inside the SourceBuffer.

Value

An {{domxref("AudioTrackList")}} object.

Examples

TBD

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("MediaSource")}}
  • {{domxref("SourceBufferList")}}