@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="VideoPlaybackQuality")
public class VideoPlaybackQuality
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
VideoPlaybackQuality() |
| Modifier and Type | Method and Description |
|---|---|
int |
corruptedVideoFrames()
The VideoPlaybackQuality interface's read-only corruptedVideoFrames property the number of corrupted video frames that have been received since the video element was last loaded or reloaded.
|
double |
creationTime()
The read-only creationTime property on the VideoPlaybackQuality interface reports the number of milliseconds since the browsing context was created this quality sample was recorded.
|
int |
droppedVideoFrames()
The read-only droppedVideoFrames property of the VideoPlaybackQuality interface returns the number of video frames which have been dropped rather than being displayed since the last time the media was loaded into the HTMLVideoElement.
|
int |
totalVideoFrames()
The VideoPlaybackQuality interface's totalVideoFrames read-only property returns the total number of video frames that have been displayed or dropped since the media was loaded.
|
@JsProperty(name="corruptedVideoFrames") public int corruptedVideoFrames()
@JsProperty(name="creationTime") public double creationTime()
@JsProperty(name="droppedVideoFrames") public int droppedVideoFrames()
@JsProperty(name="totalVideoFrames") public int totalVideoFrames()