SourceBuffer: videoTracks property

Note: This feature is available in Dedicated Web Workers.

The videoTracks read-only property of the SourceBuffer interface returns a list of the video tracks currently contained inside the SourceBuffer.

Value

A VideoTrackList object.

Examples

TBD

Specifications

See also