The MediaStreamTrack.kind
read-only property returns a string set to "audio"
if the track is an audio track and to "video"
, if it is a video track. It doesn't change if the track is disassociated from its source.
The MediaStreamTrack.kind
read-only property returns a string set to "audio"
if the track is an audio track and to "video"
, if it is a video track. It doesn't change if the track is disassociated from its source.
The possible values are a string with one of the following values:
"audio"
: the track is an audio track."video"
: the track is a video track.Specification |
---|
Media Capture and Streams # dom-mediastreamtrack-kind |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
kind |
26 | 12 | 22 | No | 15 | 11 | 4.4 | 26 | 22 | 14 | 11 | 1.5 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/kind