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.

