ImageTrackList
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Note: This feature is available inDedicated Web Workers.
TheImageTrackList interface of theWebCodecs API represents a list of image tracks.
In this article
Instance properties
ImageTrackList.readyRead onlyReturns a
promisethat resolves once theImageTrackListhas been populated withtracks.ImageTrackList.lengthRead onlyReturns an integer indicating the length of the
ImageTrackList.ImageTrackList.selectedIndexRead onlyReturns an integer indicating the index of the
selectedTrack.ImageTrackList.selectedTrackRead onlyReturns the selected
ImageTrack.
Specifications
| Specification |
|---|
| WebCodecs> # imagetracklist-interface> |