TextTrackCue is an abstract class which is used as the basis
the various derived cue types, such as web.vtt.VTTCue
; you
instead work with those derived types.
TextTrackCue is an abstract class which is used as the basis the various derived cue types, such as `web.vtt.VTTCue`; you instead work with those derived types.
(end-time this)
Property.
A double that represents the video time that the cue will stop displayed.
Property. A double that represents the video time that the cue will stop displayed.
(id this)
Property.
A DOMString that identifies the cue.
Property. A DOMString that identifies the cue.
(pause-on-exit this)
Property.
A boolean for whether the video will pause when this cue stops displayed.
Property. A boolean for whether the video will pause when this cue stops displayed.
(set-end-time! this val)
Property.
A double that represents the video time that the cue will stop displayed.
Property. A double that represents the video time that the cue will stop displayed.
(set-id! this val)
Property.
A DOMString that identifies the cue.
Property. A DOMString that identifies the cue.
(set-pause-on-exit! this val)
Property.
A boolean for whether the video will pause when this cue stops displayed.
Property. A boolean for whether the video will pause when this cue stops displayed.
(set-start-time! this val)
Property.
A double that represents the video time that the cue will start displayed.
Property. A double that represents the video time that the cue will start displayed.
(set-track! this val)
Property.
The TextTrack that this cue belongs to, or null if it doesn't to any.
Property. The TextTrack that this cue belongs to, or null if it doesn't to any.
(start-time this)
Property.
A double that represents the video time that the cue will start displayed.
Property. A double that represents the video time that the cue will start displayed.
(track this)
Property.
The TextTrack that this cue belongs to, or null if it doesn't to any.
Property. The TextTrack that this cue belongs to, or null if it doesn't to any.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close