Liking cljdoc? Tell your friends :D

web.media.TextTrack

This interface also inherits properties from web.EventTarget.

This interface also inherits properties from `web.EventTarget`.
raw docstring

active-cuescljs

(active-cues this)

Property.

A TextTrackCueList object listing the currently active set of track cues. Track cues are active if the current playback position the media is between the cues' start and end times. Thus, for cues such as captions or subtitles, the active cues are currently displayed.

Property.

A TextTrackCueList object listing the currently active set of
track cues. Track cues are active if the current playback position
the media is between the cues' start and end times. Thus, for
cues such as captions or subtitles, the active cues are currently
displayed.
sourceraw docstring

add-cuecljs

(add-cue this & args)

Method.

Adds a cue (specified as a TextTrackCue object to the track's of cues.

Method.

Adds a cue (specified as a TextTrackCue object to the track's
of cues.
sourceraw docstring

modecljs

(mode this)

Property.

The web.media.TextTrack interface's mode property is a string and controlling the text track's mode: disabled, hidden, or showing.

`var mode = textTrack.mode;

textTrack.mode = "disabled" | "hidden" | "showing";`

See also: https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode

Property.

The `web.media.TextTrack` interface's mode property is a string
and controlling the text track's mode: disabled, hidden, or showing.

`var mode = textTrack.mode;

textTrack.mode = \"disabled\" | \"hidden\" | \"showing\";`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode`
sourceraw docstring

set-active-cues!cljs

(set-active-cues! this val)

Property.

A TextTrackCueList object listing the currently active set of track cues. Track cues are active if the current playback position the media is between the cues' start and end times. Thus, for cues such as captions or subtitles, the active cues are currently displayed.

Property.

A TextTrackCueList object listing the currently active set of
track cues. Track cues are active if the current playback position
the media is between the cues' start and end times. Thus, for
cues such as captions or subtitles, the active cues are currently
displayed.
sourceraw docstring

set-mode!cljs

(set-mode! this val)

Property.

The web.media.TextTrack interface's mode property is a string and controlling the text track's mode: disabled, hidden, or showing.

`var mode = textTrack.mode;

textTrack.mode = "disabled" | "hidden" | "showing";`

See also: https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode

Property.

The `web.media.TextTrack` interface's mode property is a string
and controlling the text track's mode: disabled, hidden, or showing.

`var mode = textTrack.mode;

textTrack.mode = \"disabled\" | \"hidden\" | \"showing\";`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode`
sourceraw docstring

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

× close