DroppedVideoFrames

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

Emitted when video frames have been dropped.

Constructors

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

Properties

Link copied to clipboard
val droppedFrames: Int

The number of frames dropped since the last event.

Link copied to clipboard
val elapsedTime: Double

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