VideoPlaybackQuality extension type

A VideoPlaybackQuality object is returned by the HTMLVideoElement.getVideoPlaybackQuality method and contains metrics that can be used to determine the playback quality of a video.

on
Implemented types

Properties

corruptedVideoFrames int
no setter
creationTime DOMHighResTimeStamp
no setter
droppedVideoFrames int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalVideoFrames int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited