Liking cljdoc? Tell your friends :D

html.HTMLVideoElement

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

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

get-video-playback-qualitycljs

(get-video-playback-quality this)

Method.

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

videoPQ = videoElement.getVideoPlaybackQuality();

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

Method.

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

`videoPQ = videoElement.getVideoPlaybackQuality();`

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

ms-frame-stepcljs

(ms-frame-step this forward)

Method.

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.

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.

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.

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.

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.

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.

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.

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-stereo-3dcljs

(ms-is-stereo-3d this)

Property.

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.

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.

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.

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-ms-horizontal-mirror!cljs

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

Property.

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.

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-is-layout-optimal-for-playback!cljs

(set-ms-is-layout-optimal-for-playback! this val)

Property.

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.

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

set-ms-is-stereo-3d!cljs

(set-ms-is-stereo-3d! this val)

Property.

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.

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

set-ms-zoom!cljs

(set-ms-zoom! this val)

Property.

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.

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

video-heightcljs

(video-height this)

Property.

The html.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.

The `html.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.

The html.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.

The `html.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

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

× close