ImageTrack.selected
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
Specification |
---|
WebCodecs # dom-imagetrack-selected |
Browser compatibility
BCD tables only load in the browser