This interface also inherits properties from web.EventTarget
.
This interface also inherits properties from `web.EventTarget`.
(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.
(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.
(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`
(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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close