getVideoPlaybackQuality method

VideoPlaybackQuality getVideoPlaybackQuality()

The HTMLVideoElement method getVideoPlaybackQuality() creates and returns a VideoPlaybackQuality object containing metrics including how many frames have been lost.

The data returned can be used to evaluate the quality of the video stream.

Implementation

external VideoPlaybackQuality getVideoPlaybackQuality();