TextTrackCue - Web APIs 编辑
TextTrackCue
is an abstract class which is used as the basis for the various derived cue types, such as VTTCue
; you will instead work with those derived types. These cues represent a string of text that is presented for some duration of time during the performance of a TextTrack
. The cue includes the start time (the time at which the text will be displayed) and the end time (the time at which it will be removed from the display), as well as other information.
Properties
This interface also inherits properties from EventTarget
.
TextTrackCue.track
Read only- The
TextTrack
that this cue belongs to, ornull
if it doesn't belong to any. TextTrackCue.id
- A
DOMString
that identifies the cue. TextTrackCue.startTime
- A
double
that represents the video time that the cue will start being displayed, in seconds. TextTrackCue.endTime
- A
double
that represents the video time that the cue will stop being displayed, in seconds. TextTrackCue.pauseOnExit
- A
boolean
for whether the video will pause when this cue stops being displayed.
Event handlers
TextTrackCue.onenter
- The event handler for the
enter
event. TextTrackCue.onexit
- The event handler for the
exit
event.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'TextTrackCue' in that specification. | Living Standard | |
HTML5 The definition of 'TextTrackCue' in that specification. | Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论