1. Web
  2. Web APIs
  3. ImageTrack
  4. selected

ImageTrack: selected property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Want more support for this feature? Tell us why.

Note: This feature is available in Dedicated Web 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.

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

Specifications

Specification
WebCodecs
# dom-imagetrack-selected

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.

AltStyle によって変換されたページ (->オリジナル) /