ImageTrack: selected property
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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
BCD tables only load in the browser