as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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