as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

VideoPlaybackQuality

Returned by the HTMLVideoElement.getVideoPlaybackQuality(), contains metrics that can be used to determine the playback quality of a video. https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality.

Properties

corruptedVideoFrames

readonly corruptedVideoFrames: number

Deprecated

Get the total number of corrupted frames. For additional information, see https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality-corruptedvideoframes.


creationTime

readonly creationTime: number

Get current high resolution time when the object was created. For additional information, see https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality-creationtime.


droppedVideoFrames

readonly droppedVideoFrames: number

Get the total number of frames dropped. For additional information, see https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality-droppedvideoframes.


totalVideoFrames

readonly totalVideoFrames: number

Get the total number of frames. For additional information, see https://w3c.github.io/media-playback-quality/#dom-videoplaybackquality-totalvideoframes.


Last updated: Oct 02, 2025