The kind
property contains a string indicating the category of video contained in the VideoTrack
. The kind
can be used to determine the scenarios in which specific tracks should be enabled or disabled. See Video track kind strings for a list of the kinds available for video tracks.
var trackKind = VideoTrack.kind;
A DOMString
specifying the type of content the media represents. The string is one of those found in Video track kind strings below.
The kinds available for video tracks are:
"alternative"
"captions"
"main"
"sign"
"subtitles"
"commentary"
""
(empty string)Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'VideoTrack: kind' 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/kind