MKPDroppedVideoFramesEvent

class MKPDroppedVideoFramesEvent: MKPlayerEvent<Any?>

Event which is sent when video frames have been dropped. See com.mediakind.mkplayer.event.listeners.OnMKDroppedVideoFramesListener.

Fields

Name Description
val droppedFrames: Int

the number of frames dropped since the last event

val elapsedTime: Double

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

Constructors

<init>

constructor(droppedFrames: Int, elapsedTime: Double)

Event which is sent when video frames have been dropped. See com.mediakind.mkplayer.event.listeners.OnMKDroppedVideoFramesListener.

Parameters

Name Description
droppedFrames: Int

the number of frames dropped since the last event

elapsedTime: Double

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