Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The videoTracks
read-only property of the
SourceBuffer
interface returns a list of the video tracks currently
contained inside the SourceBuffer
.
Syntax
var myVideoTracks = sourceBuffer.videoTracks;
Value
An VideoTrackList
object.
Example
TBD
Specifications
Specification | Status | Comment |
---|---|---|
Media Source Extensions The definition of 'videoTracks' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser