Liking cljdoc? Tell your friends :D

web.video.VideoPlaybackQuality

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

A VideoPlaybackQuality object is returned by the `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.

[Read Only]

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

corruptFrameFount = videoPlaybackQuality.corruptedVideoFrames;

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

Property.

[Read Only]

The `web.video.VideoPlaybackQuality` interface's read-only corruptedVideoFrames
the number of corrupted video frames that have been received
the `<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.

[Read Only]

The read-only creationTime property on the web.video.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.

[Read Only]

The read-only creationTime property on the `web.video.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.

[Read Only]

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

value = videoPlaybackQuality.droppedVideoFrames;

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

Property.

[Read Only]

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

`value = videoPlaybackQuality.droppedVideoFrames;`

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

total-frame-delaycljs

(total-frame-delay this)

Property.

[Read Only] [Experimental] [Obsolute]

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

value = videoPlaybackQuality.totalFrameDelay;

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

Property.

[Read Only]
[Experimental]
[Obsolute]

The VideoPlaybackQuality.totalFrameDelay read-only property returns
double containing the sum of the frame delay since the creation
the associated `web.video.HTMLVideoElement`. The frame delay
the difference between a frame's theoretical presentation time
its effective display 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.

[Read Only]

The web.video.VideoPlaybackQuality interface's totalVideoFrames property returns the total number of video frames that have been or dropped since the media was loaded.

value = videoPlaybackQuality.totalVideoFrames;

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

Property.

[Read Only]

The `web.video.VideoPlaybackQuality` interface's totalVideoFrames
property returns the total number of video frames that have been
or 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