Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

TextTrackCue

https://html.spec.whatwg.org/multipage/media.html#texttrackcue

Extends

Properties

track?

optional readonly track: TextTrack | null

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


id

id: string

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


startTime

startTime: number

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


endTime

endTime: number

https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-endtime. TODO : unrestricted double?


pauseOnExit

pauseOnExit: boolean

https://html.spec.whatwg.org/multipage/media.html#dom-texttrackcue-pauseonexit


onenter

onenter: EventHandler

For additional information, see https://html.spec.whatwg.org/multipage/media.html#handler-texttrackcue-onenter.


onexit

onexit: EventHandler

For additional information, see https://html.spec.whatwg.org/multipage/media.html#handler-texttrackcue-onexit.


Last updated: Jul 22, 2026