VideoPlaybackQuality

VideoPlaybackQuality

package js-html

Available on js

The VideoPlaybackQuality interface represents the set of metrics describing the playback quality of a video.

Documentation VideoPlaybackQuality by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only corruptedVideoFrames:Int

An unsigned long giving the number of video frames corrupted since the creation of the associated HTMLVideoElement. A corrupted frame may be created or dropped.

read only creationTime:Float

A DOMHighResTimeStamp containing the time in miliseconds since the start of the navigation and the creation of the object.

read only droppedVideoFrames:Int

An unsigned long giving the number of video frames dropped since the creation of the associated HTMLVideoElement.

read only totalVideoFrames:Int

An unsigned long giving the number of video frames created and dropped since the creation of the associated HTMLVideoElement.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/VideoPlaybackQuality.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部