ImageTrackList
Limited availability
The ImageTrackList
interface of the WebCodecs API represents a list of image tracks.
Instance properties
-
ImageTrackList.ready
Read only Experimental
-
Returns a promise
that resolves once the ImageTrackList
has been populated with tracks
.
-
ImageTrackList.length
Read only Experimental
-
Returns an integer indicating the length of the ImageTrackList
.
-
ImageTrackList.selectedIndex
Read only Experimental
-
Returns an integer indicating the index of the selectedTrack
.
-
ImageTrackList.selectedTrack
Read only Experimental
-
Returns the selected ImageTrack
.
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Opera |
Safari |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
WebView Android |
ImageTrackList |
94 |
94 |
No |
80 |
No |
94 |
No |
66 |
No |
17.0 |
94 |
length |
94 |
94 |
No |
80 |
No |
94 |
No |
66 |
No |
17.0 |
94 |
ready |
94 |
94 |
No |
80 |
No |
94 |
No |
66 |
No |
17.0 |
94 |
selectedIndex |
94 |
94 |
No |
80 |
No |
94 |
No |
66 |
No |
17.0 |
94 |
selectedTrack |
94 |
94 |
No |
80 |
No |
94 |
No |
66 |
No |
17.0 |
94 |