files/en-us/web/api/audiotrack/kind/index.md
{{APIRef("HTML DOM")}}
The kind property contains a
string indicating the category of audio contained in the
{{domxref("AudioTrack")}}.
The kind can be used
to determine the scenarios in which specific tracks should be enabled or disabled. See
Audio track kind strings for a list of the kinds available for audio tracks.
A string specifying the type of content the media represents. The string is one of those found in Audio track kind strings below.
The kinds available for audio tracks are:
"alternative"
"descriptions"
"main"
"main-desc"
"translation"
"commentary"
"" (empty string)
{{Specifications}}
{{Compat}}