ImageTrack: selected property
        
        
          Limited availability
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is not Baseline because it does not work in some of the most widely-used browsers.
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
Loading…