Get track id.
(String): track id
Get audio track channels.
(Array): array of channel info objects
player.getCurrentAudioTrack().getChannels();
// => [{label: "FrontLeft", muted: false}, {label: "FrontRight", muted: false}]
Returns true if every channel in the track is muted.
(Boolean): true
- every channel is muted, false
- otherwise