Firefox Tomorrow

web api interface

ImageTrackList

View on MDN ↗

Available in workers

The ImageTrackList interface of the WebCodecs API represents a list of image tracks.

Instance properties

  • ready Read only
    • : Returns a Promise that resolves once the ImageTrackList has been populated with tracks.
  • length Read only
    • : Returns an integer indicating the length of the ImageTrackList.
  • selectedIndex Read only
    • : Returns an integer indicating the index of the selectedTrack.
  • selectedTrack Read only

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.