as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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.

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: Oct 02, 2025