kind property
String
get
kind
The kind
property contains a
string indicating the category of audio contained in the
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.
Implementation
external String get kind;