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

cuescljs

(cues this)

Property.

A TextTrackCueList which contains all of the track's cues.

Property.

A TextTrackCueList which contains all of the track's cues.
sourceraw docstring

idcljs

(id this)

Property.

A DOMString which identifies the track, if it has one. If it have an ID, then this value is an empty string (""). If the TextTrack associated with a <track> element, then the track's ID matches element's ID.

Property.

A DOMString which identifies the track, if it has one. If it
have an ID, then this value is an empty string (""). If the TextTrack
associated with a <track> element, then the track's ID matches
element's ID.
sourceraw docstring

in-band-metadata-track-dispatch-typecljs

(in-band-metadata-track-dispatch-type this)

Property.

Returns a DOMString which indicates the track's in-band metadata dispatch type. needs details

Property.

Returns a DOMString which indicates the track's in-band metadata
dispatch type. needs details
sourceraw docstring

kindcljs

(kind this)

Property.

Returns a DOMString indicating what kind of text track the TextTrack The value must be one of those in the TextTrackKind enum.

Property.

Returns a DOMString indicating what kind of text track the TextTrack
The value must be one of those in the TextTrackKind enum.
sourceraw docstring

labelcljs

(label this)

Property.

A human-readable DOMString which contains the text track's label, one is present; otherwise, this is an empty string (""), in which a custom label may need to be generated by your code using other of the track, if the track's label needs to be exposed to the

Property.

A human-readable DOMString which contains the text track's label,
one is present; otherwise, this is an empty string (""), in which
a custom label may need to be generated by your code using other
of the track, if the track's label needs to be exposed to the
sourceraw docstring

languagecljs

(language this)

Property.

A DOMString which specifies the text language in which the text contents is written. The value must adhere to the format specified the Tags for Identifying Languages (BCP 47) document from the just like the HTML lang attribute. For example, this can be "en-US" United States English or "pt-BR" for Brazilian Portuguese.

Property.

A DOMString which specifies the text language in which the text
contents is written. The value must adhere to the format specified
the Tags for Identifying Languages (BCP 47) document from the
just like the HTML lang attribute. For example, this can be "en-US"
United States English or "pt-BR" for Brazilian Portuguese.
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

remove-cuecljs

(remove-cue this & args)

Method.

Removes a cue (specified as a TextTrackCue object from the track's of cues.

Method.

Removes a cue (specified as a TextTrackCue object from the track's
of cues.
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-cues!cljs

(set-cues! this val)

Property.

A TextTrackCueList which contains all of the track's cues.

Property.

A TextTrackCueList which contains all of the track's cues.
sourceraw docstring

set-id!cljs

(set-id! this val)

Property.

A DOMString which identifies the track, if it has one. If it have an ID, then this value is an empty string (""). If the TextTrack associated with a <track> element, then the track's ID matches element's ID.

Property.

A DOMString which identifies the track, if it has one. If it
have an ID, then this value is an empty string (""). If the TextTrack
associated with a <track> element, then the track's ID matches
element's ID.
sourceraw docstring

set-in-band-metadata-track-dispatch-type!cljs

(set-in-band-metadata-track-dispatch-type! this val)

Property.

Returns a DOMString which indicates the track's in-band metadata dispatch type. needs details

Property.

Returns a DOMString which indicates the track's in-band metadata
dispatch type. needs details
sourceraw docstring

set-kind!cljs

(set-kind! this val)

Property.

Returns a DOMString indicating what kind of text track the TextTrack The value must be one of those in the TextTrackKind enum.

Property.

Returns a DOMString indicating what kind of text track the TextTrack
The value must be one of those in the TextTrackKind enum.
sourceraw docstring

set-label!cljs

(set-label! this val)

Property.

A human-readable DOMString which contains the text track's label, one is present; otherwise, this is an empty string (""), in which a custom label may need to be generated by your code using other of the track, if the track's label needs to be exposed to the

Property.

A human-readable DOMString which contains the text track's label,
one is present; otherwise, this is an empty string (""), in which
a custom label may need to be generated by your code using other
of the track, if the track's label needs to be exposed to the
sourceraw docstring

set-language!cljs

(set-language! this val)

Property.

A DOMString which specifies the text language in which the text contents is written. The value must adhere to the format specified the Tags for Identifying Languages (BCP 47) document from the just like the HTML lang attribute. For example, this can be "en-US" United States English or "pt-BR" for Brazilian Portuguese.

Property.

A DOMString which specifies the text language in which the text
contents is written. The value must adhere to the format specified
the Tags for Identifying Languages (BCP 47) document from the
just like the HTML lang attribute. For example, this can be "en-US"
United States English or "pt-BR" for Brazilian Portuguese.
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