DroppedVideoFrames

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

Emitted when video frames have been dropped.

Constructors

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

Properties

Link copied to clipboard

The number of frames dropped since the last event.

Link copied to clipboard

The time span, in seconds, over which the dropped frames happened.