The VideoTrack
property selected
controls whether or not a particular video track is active.
isVideoSelected = VideoTrack.selected; VideoTrack.selected = true | false;
The selected
property is a Boolean whose value is true
if the track is active. Only a single video track can be active at any given time, so setting this property to true
for one track while another track is active will make that other track inactive.
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'VideoTrack: selected' in that specification. | Living Standard |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | ? | ? | ? | ? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | ? | ? | ? | ? | ? | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/VideoTrack/selected