kind property
String?
get
kind
Returns the string 'audio' if this object represents an audio track or 'video' if this object represents a video track.
Implementation
String? get kind;
Returns the string 'audio' if this object represents an audio track or 'video' if this object represents a video track.
String? get kind;