Back to Content

SourceBuffer: videoTracks property

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

latest475 B
Original Source

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

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

Value

A {{domxref("VideoTrackList")}} object.

Examples

TBD

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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