as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

VideoPlaybackQualityImpl

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.

Implements

Constructors

new VideoPlaybackQualityImpl()

new VideoPlaybackQualityImpl(creationTime, droppedVideoFrames, totalVideoFrames): VideoPlaybackQualityImpl

Parameters

creationTime

number

droppedVideoFrames

number

totalVideoFrames

number

Returns

VideoPlaybackQualityImpl

Brief

Constructor to create a video playback quality instance

Accessors

corruptedVideoFrames

Get Signature

get corruptedVideoFrames(): number

Deprecated

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

Returns

number

Deprecated

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

Implementation of

VideoPlaybackQuality.corruptedVideoFrames


creationTime

Get Signature

get 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.

Returns

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.

Implementation of

VideoPlaybackQuality.creationTime


droppedVideoFrames

Get Signature

get droppedVideoFrames(): number

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

Returns

number

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

Implementation of

VideoPlaybackQuality.droppedVideoFrames


totalVideoFrames

Get Signature

get totalVideoFrames(): number

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

Returns

number

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

Implementation of

VideoPlaybackQuality.totalVideoFrames


Last updated: Oct 02, 2025