Liking cljdoc? Tell your friends :D

web.media.TextTrackCue

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.
raw docstring

end-timecljs

(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.
sourceraw docstring

idcljs

(id this)

Property.

A DOMString that identifies the cue.

Property.

A DOMString that identifies the cue.
sourceraw docstring

pause-on-exitcljs

(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.
sourceraw docstring

set-end-time!cljs

(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.
sourceraw docstring

set-id!cljs

(set-id! this val)

Property.

A DOMString that identifies the cue.

Property.

A DOMString that identifies the cue.
sourceraw docstring

set-pause-on-exit!cljs

(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.
sourceraw docstring

set-start-time!cljs

(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.
sourceraw docstring

set-track!cljs

(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.
sourceraw docstring

start-timecljs

(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.
sourceraw docstring

trackcljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close