HTML Audio/Video DOM Reference
Get the number of available audio tracks:
The audioTracks property returns a AudioTrackList object.
The AudioTrackList object represents the available audio tracks for the audio/video.
Each available audio track is represented by an AudioTrack Object.
![]()
The audioTracks property is not supported in any major browser.
| Type | Description |
|---|---|
| AudioTrackList Object | Represents the available audio tracks for the audio/video. AudioTrackList Object:
Note: The first available AudioTrack object is index 0 |
| AudioTrack Object | Represents an audio track. AudioTrack Object Properties:
|
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.