as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

AudioTrack

Represents an Audio Track object.

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

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: Feb 25, 2026