This interface also inherits properties from web.media.TextTrackCue
.
This interface also inherits properties from `web.media.TextTrackCue`.
(get-cue-as-html this & args)
Method.
Returns the cue text as a DocumentFragment.
Method. Returns the cue text as a DocumentFragment.
(line this)
Property.
Returns the line positioning of the cue. This can be the string or a number whose interpretation depends on the value of VTTCue.snapToLines.
Property. Returns the line positioning of the cue. This can be the string or a number whose interpretation depends on the value of VTTCue.snapToLines.
(line-align this)
Property.
Returns an enum representing the alignment of the VTTCue.line.
Property. Returns an enum representing the alignment of the VTTCue.line.
(position this)
Property.
Returns the indentation of the cue within the line. This can the string auto or a number representing the percentage of the or the video size if VTTCue.region is null.
Property. Returns the indentation of the cue within the line. This can the string auto or a number representing the percentage of the or the video size if VTTCue.region is null.
(position-align this)
Property.
Returns an enum representing the alignment of the cue. This is to determine what the VTTCue.position is anchored to. The default auto.
Property. Returns an enum representing the alignment of the cue. This is to determine what the VTTCue.position is anchored to. The default auto.
(region this)
Property.
A VTTRegion object describing the video's sub-region that the will be drawn onto, or null if none is assigned.
Property. A VTTRegion object describing the video's sub-region that the will be drawn onto, or null if none is assigned.
(set-line! this val)
Property.
Returns the line positioning of the cue. This can be the string or a number whose interpretation depends on the value of VTTCue.snapToLines.
Property. Returns the line positioning of the cue. This can be the string or a number whose interpretation depends on the value of VTTCue.snapToLines.
(set-line-align! this val)
Property.
Returns an enum representing the alignment of the VTTCue.line.
Property. Returns an enum representing the alignment of the VTTCue.line.
(set-position! this val)
Property.
Returns the indentation of the cue within the line. This can the string auto or a number representing the percentage of the or the video size if VTTCue.region is null.
Property. Returns the indentation of the cue within the line. This can the string auto or a number representing the percentage of the or the video size if VTTCue.region is null.
(set-position-align! this val)
Property.
Returns an enum representing the alignment of the cue. This is to determine what the VTTCue.position is anchored to. The default auto.
Property. Returns an enum representing the alignment of the cue. This is to determine what the VTTCue.position is anchored to. The default auto.
(set-region! this val)
Property.
A VTTRegion object describing the video's sub-region that the will be drawn onto, or null if none is assigned.
Property. A VTTRegion object describing the video's sub-region that the will be drawn onto, or null if none is assigned.
(set-size! this val)
Property.
Returns a double representing the size of the cue, as a percentage the video size.
Property. Returns a double representing the size of the cue, as a percentage the video size.
(set-snap-to-lines! this val)
Property.
Returns true if the VTTCue.line attribute is an integer number lines or a percentage of the video size.
Property. Returns true if the VTTCue.line attribute is an integer number lines or a percentage of the video size.
(set-text! this val)
Property.
Returns a DOMString with the contents of the cue.
Property. Returns a DOMString with the contents of the cue.
(set-text-align! this val)
Property.
Returns an enum representing the alignment of all the lines of within the cue box.
Property. Returns an enum representing the alignment of all the lines of within the cue box.
(set-vertical! this val)
Property.
Returns an enum representing the cue writing direction.
Property. Returns an enum representing the cue writing direction.
(size this)
Property.
Returns a double representing the size of the cue, as a percentage the video size.
Property. Returns a double representing the size of the cue, as a percentage the video size.
(snap-to-lines this)
Property.
Returns true if the VTTCue.line attribute is an integer number lines or a percentage of the video size.
Property. Returns true if the VTTCue.line attribute is an integer number lines or a percentage of the video size.
(text this)
Property.
Returns a DOMString with the contents of the cue.
Property. Returns a DOMString with the contents of the cue.
(text-align this)
Property.
Returns an enum representing the alignment of all the lines of within the cue box.
Property. Returns an enum representing the alignment of all the lines of within the cue box.
(vertical this)
Property.
Returns an enum representing the cue writing direction.
Property. Returns an enum representing the cue writing direction.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close