Liking cljdoc? Tell your friends :D

web.vtt.VTTRegion

The VTTRegion interface—part of the API for handling WebVTT (text on media presentations)—describes a portion of the video to render web.vtt.VTTCue onto.

The VTTRegion interface—part of the API for handling WebVTT (text
on media presentations)—describes a portion of the video to render
`web.vtt.VTTCue` onto.
raw docstring

idcljs

(id this)

Property.

A DOMString that identifies the region.

Property.

A DOMString that identifies the region.
sourceraw docstring

linescljs

(lines this)

Property.

A double representing the height of the region, in number of

Property.

A double representing the height of the region, in number of
sourceraw docstring

region-anchor-xcljs

(region-anchor-x this)

Property.

A double representing the region anchor X offset, as a percentage the region.

Property.

A double representing the region anchor X offset, as a percentage
the region.
sourceraw docstring

region-anchor-ycljs

(region-anchor-y this)

Property.

A double representing the region anchor Y offset, as a percentage the region.

Property.

A double representing the region anchor Y offset, as a percentage
the region.
sourceraw docstring

scrollcljs

(scroll this)

Property.

An enum representing how adding new cues will move existing cues.

Property.

An enum representing how adding new cues will move existing cues.
sourceraw docstring

set-id!cljs

(set-id! this val)

Property.

A DOMString that identifies the region.

Property.

A DOMString that identifies the region.
sourceraw docstring

set-lines!cljs

(set-lines! this val)

Property.

A double representing the height of the region, in number of

Property.

A double representing the height of the region, in number of
sourceraw docstring

set-region-anchor-x!cljs

(set-region-anchor-x! this val)

Property.

A double representing the region anchor X offset, as a percentage the region.

Property.

A double representing the region anchor X offset, as a percentage
the region.
sourceraw docstring

set-region-anchor-y!cljs

(set-region-anchor-y! this val)

Property.

A double representing the region anchor Y offset, as a percentage the region.

Property.

A double representing the region anchor Y offset, as a percentage
the region.
sourceraw docstring

set-scroll!cljs

(set-scroll! this val)

Property.

An enum representing how adding new cues will move existing cues.

Property.

An enum representing how adding new cues will move existing cues.
sourceraw docstring

set-viewport-anchor-x!cljs

(set-viewport-anchor-x! this val)

Property.

A double representing the viewport anchor X offset, as a percentage the video.

Property.

A double representing the viewport anchor X offset, as a percentage
the video.
sourceraw docstring

set-viewport-anchor-y!cljs

(set-viewport-anchor-y! this val)

Property.

A double representing the viewport anchor Y offset, as a percentage the video.

Property.

A double representing the viewport anchor Y offset, as a percentage
the video.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

A double representing the width of the region, as a percentage the video.

Property.

A double representing the width of the region, as a percentage
the video.
sourceraw docstring

viewport-anchor-xcljs

(viewport-anchor-x this)

Property.

A double representing the viewport anchor X offset, as a percentage the video.

Property.

A double representing the viewport anchor X offset, as a percentage
the video.
sourceraw docstring

viewport-anchor-ycljs

(viewport-anchor-y this)

Property.

A double representing the viewport anchor Y offset, as a percentage the video.

Property.

A double representing the viewport anchor Y offset, as a percentage
the video.
sourceraw docstring

widthcljs

(width this)

Property.

A double representing the width of the region, as a percentage the video.

Property.

A double representing the width of the region, as a percentage
the video.
sourceraw docstring

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

× close