DroppedVideoFrames

data class DroppedVideoFrames(droppedFrames: Int, elapsedTime: Double) : PlayerEvent

Emitted when video frames have been dropped.

Constructors

DroppedVideoFrames
Link copied to clipboard
fun DroppedVideoFrames(droppedFrames: Int, elapsedTime: Double)

Properties

droppedFrames
Link copied to clipboard
val droppedFrames: Int
The number of frames dropped since the last event.
elapsedTime
Link copied to clipboard
val elapsedTime: Double
The time span, in seconds, over which the dropped frames happened.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.