Firefox Tomorrow

web api interface

ImageTrack

View on MDN ↗

Available in workers

The ImageTrack interface of the WebCodecs API represents an individual image track.

Instance properties

  • animated Read only
    • : Returns a Boolean indicating whether the track is animated and therefore has multiple frames.
  • frameCount Read only
    • : Returns an integer indicating the number of frames in the track.
  • repetitionCount Read only
    • : Returns an integer indicating the number of times that the animation repeats.
  • selected Read only
    • : Returns a Boolean indicating whether the track is selected for decoding.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.