Firefox Tomorrow

web api instance property

ImageDecoder: tracks property

View on MDN ↗

Secure contextAvailable in workers

The tracks read-only property of the ImageDecoder interface returns a list of the tracks in the encoded image data.

Value

An ImageTrackList.

Examples

The following example prints the value of tracks to the console. This will be an ImageTrackList object.

console.log(imageDecoder.tracks);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.