videoTracks property

Returns a VideoTrackList object with the video tracks for a given video element.

HTML5 A vocabulary and associated APIs for HTML and XHTML

 

Syntax


var videoTrackList = videoElement.videoTracks;

Property values

Type: object

An VideoTrackList object that represents a list of VideoTracks.

Standards information

See also

VideoTrackList

 

 

Show: