Liking cljdoc? Tell your friends :D

web.VideoPlaybackQuality

A VideoPlaybackQuality object is returned by the html.HTMLVideoElement.getVideoPlaybackQuality() and contains metrics that can be used to determine the playback of a video.

A VideoPlaybackQuality object is returned by the `html.HTMLVideoElement.getVideoPlaybackQuality()`
and contains metrics that can be used to determine the playback
of a video.
raw docstring

corrupted-video-framescljs

(corrupted-video-frames this)

Property.

The web.VideoPlaybackQuality interface's read-only corruptedVideoFrames the number of corrupted video frames that have been received the web.<video> element was last loaded or reloaded.

corruptFrameFount = videoPlaybackQuality.corruptedVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/corruptedVideoFrames

Property.

The `web.VideoPlaybackQuality` interface's read-only corruptedVideoFrames
the number of corrupted video frames that have been received
the `web.<video>` element was last loaded or reloaded.

`corruptFrameFount = videoPlaybackQuality.corruptedVideoFrames;`

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

creation-timecljs

(creation-time this)

Property.

The read-only creationTime property on the web.VideoPlaybackQuality reports the number of milliseconds since the browsing context created this quality sample was recorded.

value = videoPlaybackQuality.creationTime;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/creationTime

Property.

The read-only creationTime property on the `web.VideoPlaybackQuality`
reports the number of milliseconds since the browsing context
created this quality sample was recorded.

`value = videoPlaybackQuality.creationTime;`

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

dropped-video-framescljs

(dropped-video-frames this)

Property.

The read-only droppedVideoFrames property of the web.VideoPlaybackQuality returns the number of video frames which have been dropped rather being displayed since the last time the media was loaded into html.HTMLVideoElement.

value = videoPlaybackQuality.droppedVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/droppedVideoFrames

Property.

The read-only droppedVideoFrames property of the `web.VideoPlaybackQuality`
returns the number of video frames which have been dropped rather
being displayed since the last time the media was loaded into
`html.HTMLVideoElement`.

`value = videoPlaybackQuality.droppedVideoFrames;`

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

set-corrupted-video-frames!cljs

(set-corrupted-video-frames! this val)

Property.

The web.VideoPlaybackQuality interface's read-only corruptedVideoFrames the number of corrupted video frames that have been received the web.<video> element was last loaded or reloaded.

corruptFrameFount = videoPlaybackQuality.corruptedVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/corruptedVideoFrames

Property.

The `web.VideoPlaybackQuality` interface's read-only corruptedVideoFrames
the number of corrupted video frames that have been received
the `web.<video>` element was last loaded or reloaded.

`corruptFrameFount = videoPlaybackQuality.corruptedVideoFrames;`

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

set-creation-time!cljs

(set-creation-time! this val)

Property.

The read-only creationTime property on the web.VideoPlaybackQuality reports the number of milliseconds since the browsing context created this quality sample was recorded.

value = videoPlaybackQuality.creationTime;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/creationTime

Property.

The read-only creationTime property on the `web.VideoPlaybackQuality`
reports the number of milliseconds since the browsing context
created this quality sample was recorded.

`value = videoPlaybackQuality.creationTime;`

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

set-dropped-video-frames!cljs

(set-dropped-video-frames! this val)

Property.

The read-only droppedVideoFrames property of the web.VideoPlaybackQuality returns the number of video frames which have been dropped rather being displayed since the last time the media was loaded into html.HTMLVideoElement.

value = videoPlaybackQuality.droppedVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/droppedVideoFrames

Property.

The read-only droppedVideoFrames property of the `web.VideoPlaybackQuality`
returns the number of video frames which have been dropped rather
being displayed since the last time the media was loaded into
`html.HTMLVideoElement`.

`value = videoPlaybackQuality.droppedVideoFrames;`

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

set-total-frame-delay!cljs

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

Property.

The VideoPlaybackQuality.totalFrameDelay read-only property returns double containing the sum of the frame delay since the creation the associated html.HTMLVideoElement. The frame delay is the between a frame's theoretical presentation time and its effective time.

value = videoPlaybackQuality.totalFrameDelay;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/totalFrameDelay

Property.

The VideoPlaybackQuality.totalFrameDelay read-only property returns
double containing the sum of the frame delay since the creation
the associated `html.HTMLVideoElement`. The frame delay is the
between a frame's theoretical presentation time and its effective
time.

`value = videoPlaybackQuality.totalFrameDelay;`

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

set-total-video-frames!cljs

(set-total-video-frames! this val)

Property.

The web.VideoPlaybackQuality interface's totalVideoFrames read-only returns the total number of video frames that have been displayed dropped since the media was loaded.

value = videoPlaybackQuality.totalVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/totalVideoFrames

Property.

The `web.VideoPlaybackQuality` interface's totalVideoFrames read-only
returns the total number of video frames that have been displayed
dropped since the media was loaded.

`value = videoPlaybackQuality.totalVideoFrames;`

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

total-frame-delaycljs

(total-frame-delay this)

Property.

The VideoPlaybackQuality.totalFrameDelay read-only property returns double containing the sum of the frame delay since the creation the associated html.HTMLVideoElement. The frame delay is the between a frame's theoretical presentation time and its effective time.

value = videoPlaybackQuality.totalFrameDelay;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/totalFrameDelay

Property.

The VideoPlaybackQuality.totalFrameDelay read-only property returns
double containing the sum of the frame delay since the creation
the associated `html.HTMLVideoElement`. The frame delay is the
between a frame's theoretical presentation time and its effective
time.

`value = videoPlaybackQuality.totalFrameDelay;`

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

total-video-framescljs

(total-video-frames this)

Property.

The web.VideoPlaybackQuality interface's totalVideoFrames read-only returns the total number of video frames that have been displayed dropped since the media was loaded.

value = videoPlaybackQuality.totalVideoFrames;

See also: https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/totalVideoFrames

Property.

The `web.VideoPlaybackQuality` interface's totalVideoFrames read-only
returns the total number of video frames that have been displayed
dropped since the media was loaded.

`value = videoPlaybackQuality.totalVideoFrames;`

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

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

× close