The HTMLTrackElement interface represents an HTML <track>
element
the DOM. This element can be used as a child of either <audio>
<video>
to specify a text track containing information such
closed captions or subtitles.
The HTMLTrackElement interface represents an HTML `<track>` element the DOM. This element can be used as a child of either `<audio>` `<video>` to specify a text track containing information such closed captions or subtitles.
(kind this)
Property.
Is a DOMString that reflects the kind HTML attribute, indicating the text track is meant to be used. Possible values are: subtitles, descriptions, chapters, or metadata.
Property. Is a DOMString that reflects the kind HTML attribute, indicating the text track is meant to be used. Possible values are: subtitles, descriptions, chapters, or metadata.
(set-kind! this val)
Property.
Is a DOMString that reflects the kind HTML attribute, indicating the text track is meant to be used. Possible values are: subtitles, descriptions, chapters, or metadata.
Property. Is a DOMString that reflects the kind HTML attribute, indicating the text track is meant to be used. Possible values are: subtitles, descriptions, chapters, or metadata.
(set-src! this val)
Property.
The HTMLTrackElement.src property reflects the value of the <track>
src attribute, which indicates the URL of the text track's data.
var textTrackURL = HTMLTrackElement.src;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src
Property. The HTMLTrackElement.src property reflects the value of the `<track>` src attribute, which indicates the URL of the text track's data. `var textTrackURL = HTMLTrackElement.src;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src`
(src this)
Property.
The HTMLTrackElement.src property reflects the value of the <track>
src attribute, which indicates the URL of the text track's data.
var textTrackURL = HTMLTrackElement.src;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src
Property. The HTMLTrackElement.src property reflects the value of the `<track>` src attribute, which indicates the URL of the text track's data. `var textTrackURL = HTMLTrackElement.src;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close