Liking cljdoc? Tell your friends :D

web.video.HTMLVideoElement

The HTMLVideoElement interface provides special properties and for manipulating video objects. It also inherits properties and of web.media.HTMLMediaElement and web.dom.HTMLElement.

The HTMLVideoElement interface provides special properties and
for manipulating video objects. It also inherits properties and
of `web.media.HTMLMediaElement` and `web.dom.HTMLElement`.
raw docstring

get-video-playback-qualitycljs

(get-video-playback-quality this)

Method.

The web.video.HTMLVideoElement method getVideoPlaybackQuality() and returns a web.video.VideoPlaybackQuality object containing including how many frames have been lost.

videoPQ = videoElement.getVideoPlaybackQuality();

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/getVideoPlaybackQuality

Method.

The `web.video.HTMLVideoElement` method getVideoPlaybackQuality()
and returns a `web.video.VideoPlaybackQuality` object containing
including how many frames have been lost.

`videoPQ = videoElement.getVideoPlaybackQuality();`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/getVideoPlaybackQuality`
sourceraw docstring

heightcljs

(height this)

Property.

Is a DOMString that reflects the height HTML attribute, which the height of the display area, in CSS pixels.

Property.

Is a DOMString that reflects the height HTML attribute, which
the height of the display area, in CSS pixels.
sourceraw docstring

moz-decoded-framescljs

(moz-decoded-frames this)

Property.

Returns an unsigned long with the count of parsed video frames have been decoded into images.

Property.

Returns an unsigned long with the count of parsed video frames
have been decoded into images.
sourceraw docstring

moz-frame-delaycljs

(moz-frame-delay this)

Property.

Returns an double with the time which the last painted video was late by, in seconds.

Property.

Returns an double with the time which the last painted video
was late by, in seconds.
sourceraw docstring

moz-has-audiocljs

(moz-has-audio this)

Property.

Returns a boolean indicating if there is some audio associated the video.

Property.

Returns a boolean indicating if there is some audio associated
the video.
sourceraw docstring

moz-painted-framescljs

(moz-painted-frames this)

Property.

Returns an unsigned long with the count of presented frames which painted on the screen.

Property.

Returns an unsigned long with the count of presented frames which
painted on the screen.
sourceraw docstring

moz-parsed-framescljs

(moz-parsed-frames this)

Property.

Returns an unsigned long with the count of video frames that been parsed from the media resource.

Property.

Returns an unsigned long with the count of video frames that
been parsed from the media resource.
sourceraw docstring

moz-presented-framescljs

(moz-presented-frames this)

Property.

Returns an unsigned long with the count of decoded frames that been presented to the rendering pipeline for painting.

Property.

Returns an unsigned long with the count of decoded frames that
been presented to the rendering pipeline for painting.
sourceraw docstring

ms-frame-stepcljs

(ms-frame-step this forward)

Method.

[Non Standard]

The HTMLVideoElement.msFrameStep() method steps the video by frame forward or one frame backward.

HTMLVideoElement.msFrameStep(forward);

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msFrameStep

Method.

[Non Standard]

The HTMLVideoElement.msFrameStep() method steps the video by
frame forward or one frame backward.

`HTMLVideoElement.msFrameStep(forward);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msFrameStep`
sourceraw docstring

ms-horizontal-mirrorcljs

(ms-horizontal-mirror this)

Property.

[Non Standard]

msHorizontalMirror is a read/write property which gets or sets a video element is flipped horizontally in the display.

HTMLVideoElement.msHorizontalMirror: boolean;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msHorizontalMirror

Property.

[Non Standard]

msHorizontalMirror is a read/write property which gets or sets
a video element is flipped horizontally in the display.

`HTMLVideoElement.msHorizontalMirror: boolean;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msHorizontalMirror`
sourceraw docstring

ms-insert-video-effectcljs

(ms-insert-video-effect this & args)

Method.

[Non Standard]

The HTMLMediaElement.msInsertVideoEffect() method inserts the video effect into the media pipeline.

str = HTMLMediaElement.msInsertVideoEffect(activatableClassId: DOMString, effectRequired: boolean, config);

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msInsertVideoEffect

Method.

[Non Standard]

The HTMLMediaElement.msInsertVideoEffect() method inserts the
video effect into the media pipeline.

`str = HTMLMediaElement.msInsertVideoEffect(activatableClassId: DOMString, effectRequired: boolean, config);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msInsertVideoEffect`
sourceraw docstring

ms-is-layout-optimal-for-playbackcljs

(ms-is-layout-optimal-for-playback this)

Property.

[Read Only] [Non Standard]

msIsLayoutOptimalForPlayback is a read-only property which indicates the video can be rendered more efficiently.

HTMLVideoElement.msIsLayoutOptimalForPlayback: DOMString;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msIsLayoutOptimalForPlayback

Property.

[Read Only]
[Non Standard]

msIsLayoutOptimalForPlayback is a read-only property which indicates
the video can be rendered more efficiently.

`HTMLVideoElement.msIsLayoutOptimalForPlayback: DOMString;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msIsLayoutOptimalForPlayback`
sourceraw docstring

ms-is-stereo3dcljs

(ms-is-stereo3d this)

Property.

[Read Only] [Non Standard]

msIsStereo3D is a read-only property which determines whether system considers the loaded video source to be stereo 3-D or

HTMLVideoElement.msIsStereo3D: boolean;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msIsStereo3D

Property.

[Read Only]
[Non Standard]

msIsStereo3D is a read-only property which determines whether
system considers the loaded video source to be stereo 3-D or

`HTMLVideoElement.msIsStereo3D: boolean;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msIsStereo3D`
sourceraw docstring

ms-zoomcljs

(ms-zoom this)

Property.

[Non Standard]

msZoom is a read/write property which gets or sets whether the frame is trimmed, on the top and bottom or left and right, to the video display.

HTMLVideoElement.msZoom;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msZoom

Property.

[Non Standard]

msZoom is a read/write property which gets or sets whether the
frame is trimmed, on the top and bottom or left and right, to
the video display.

`HTMLVideoElement.msZoom;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msZoom`
sourceraw docstring

postercljs

(poster this)

Property.

Is a DOMString that reflects the poster HTML attribute, which an image to show while no video data is available.

Property.

Is a DOMString that reflects the poster HTML attribute, which
an image to show while no video data is available.
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

Is a DOMString that reflects the height HTML attribute, which the height of the display area, in CSS pixels.

Property.

Is a DOMString that reflects the height HTML attribute, which
the height of the display area, in CSS pixels.
sourceraw docstring

set-moz-decoded-frames!cljs

(set-moz-decoded-frames! this val)

Property.

Returns an unsigned long with the count of parsed video frames have been decoded into images.

Property.

Returns an unsigned long with the count of parsed video frames
have been decoded into images.
sourceraw docstring

set-moz-frame-delay!cljs

(set-moz-frame-delay! this val)

Property.

Returns an double with the time which the last painted video was late by, in seconds.

Property.

Returns an double with the time which the last painted video
was late by, in seconds.
sourceraw docstring

set-moz-has-audio!cljs

(set-moz-has-audio! this val)

Property.

Returns a boolean indicating if there is some audio associated the video.

Property.

Returns a boolean indicating if there is some audio associated
the video.
sourceraw docstring

set-moz-painted-frames!cljs

(set-moz-painted-frames! this val)

Property.

Returns an unsigned long with the count of presented frames which painted on the screen.

Property.

Returns an unsigned long with the count of presented frames which
painted on the screen.
sourceraw docstring

set-moz-parsed-frames!cljs

(set-moz-parsed-frames! this val)

Property.

Returns an unsigned long with the count of video frames that been parsed from the media resource.

Property.

Returns an unsigned long with the count of video frames that
been parsed from the media resource.
sourceraw docstring

set-moz-presented-frames!cljs

(set-moz-presented-frames! this val)

Property.

Returns an unsigned long with the count of decoded frames that been presented to the rendering pipeline for painting.

Property.

Returns an unsigned long with the count of decoded frames that
been presented to the rendering pipeline for painting.
sourceraw docstring

set-ms-horizontal-mirror!cljs

(set-ms-horizontal-mirror! this val)

Property.

[Non Standard]

msHorizontalMirror is a read/write property which gets or sets a video element is flipped horizontally in the display.

HTMLVideoElement.msHorizontalMirror: boolean;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msHorizontalMirror

Property.

[Non Standard]

msHorizontalMirror is a read/write property which gets or sets
a video element is flipped horizontally in the display.

`HTMLVideoElement.msHorizontalMirror: boolean;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msHorizontalMirror`
sourceraw docstring

set-ms-zoom!cljs

(set-ms-zoom! this val)

Property.

[Non Standard]

msZoom is a read/write property which gets or sets whether the frame is trimmed, on the top and bottom or left and right, to the video display.

HTMLVideoElement.msZoom;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msZoom

Property.

[Non Standard]

msZoom is a read/write property which gets or sets whether the
frame is trimmed, on the top and bottom or left and right, to
the video display.

`HTMLVideoElement.msZoom;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/msZoom`
sourceraw docstring

set-poster!cljs

(set-poster! this val)

Property.

Is a DOMString that reflects the poster HTML attribute, which an image to show while no video data is available.

Property.

Is a DOMString that reflects the poster HTML attribute, which
an image to show while no video data is available.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

Is a DOMString that reflects the width HTML attribute, which the width of the display area, in CSS pixels.

Property.

Is a DOMString that reflects the width HTML attribute, which
the width of the display area, in CSS pixels.
sourceraw docstring

video-heightcljs

(video-height this)

Property.

[Read Only]

The web.video.HTMLVideoElement interface's read-only videoHeight indicates the intrinsic height of the video, expressed in CSS In simple terms, this is the height of the media in its natural

height = htmlVideoElement.videoHeight;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight

Property.

[Read Only]

The `web.video.HTMLVideoElement` interface's read-only videoHeight
indicates the intrinsic height of the video, expressed in CSS
In simple terms, this is the height of the media in its natural

`height = htmlVideoElement.videoHeight;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight`
sourceraw docstring

video-widthcljs

(video-width this)

Property.

[Read Only]

The web.video.HTMLVideoElement interface's read-only videoWidth indicates the intrinsic width of the video, expressed in CSS In simple terms, this is the width of the media in its natural

width = htmlVideoElement.videoWidth;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoWidth

Property.

[Read Only]

The `web.video.HTMLVideoElement` interface's read-only videoWidth
indicates the intrinsic width of the video, expressed in CSS
In simple terms, this is the width of the media in its natural

`width = htmlVideoElement.videoWidth;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoWidth`
sourceraw docstring

widthcljs

(width this)

Property.

Is a DOMString that reflects the width HTML attribute, which the width of the display area, in CSS pixels.

Property.

Is a DOMString that reflects the width HTML attribute, which
the width of the display area, in CSS pixels.
sourceraw docstring

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

× close