Firefox Tomorrow

web api instance property

ImageTrack: selected property

View on MDN ↗

Available in workers

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

Value

A Boolean, if true the track is selected for decoding.

Examples

The following example prints the value of selected to the console.

let track = imageDecoder.tracks.selectedTrack;
console.log(track.selected); // this is the selected track so should return true.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.