videoTracks property
VideoTrackList
get
videoTracks
The videoTracks
read-only property of the
SourceBuffer interface returns a list of the video tracks currently
contained inside the SourceBuffer
.
Implementation
external VideoTrackList get videoTracks;