length property

int get length

The read-only VideoTrackList property length returns the number of entries in the VideoTrackList, each of which is a VideoTrack representing one video track in the media element.

A value of 0 indicates that there are no video tracks in the media.

Implementation

external int get length;