ImageTrack

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

MDN Reference

Properties

Link copied to clipboard

The animated property of the ImageTrack interface returns true if the track is animated and therefore has multiple frames.

Link copied to clipboard

The frameCount property of the ImageTrack interface returns the number of frames in the track.

Link copied to clipboard

The repetitionCount property of the ImageTrack interface returns the number of repetitions of this track.

Link copied to clipboard

The selected property of the ImageTrack interface returns true if the track is selected for decoding.