as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

AudioTrack

Represents an Audio Track object.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#audiotrack.

Extends

Properties

enabled

enabled: boolean

Specifies whether the audio track is enabled or disabled.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-audiotrack-enabled.


id

id: string

Unique identifier of the track.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-audiotrack-id.


kind

kind: string

The kind of audio track.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-audiotrack-kind.


label

label: string

A user friendly label of the audio track.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-audiotrack-label.


language

language: string

The language of the audio track.

For additional information, see https://html.spec.whatwg.org/multipage/media.html#dom-audiotrack-language.


Last updated: Sep 30, 2025