files/en-us/web/api/videotrack/kind/index.md
{{APIRef("HTML DOM")}}
The kind property contains a
string indicating the category of video contained in the
{{domxref("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.
A string 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)
{{Specifications}}
{{Compat}}