Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Represents an Audio Track object. For additional information, see https://html.spec.whatwg.org/multipage/media.html#audiotrack.

Properties

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.

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.
Last modified on July 22, 2026