package com.mediakind.mkplayer.event.data
Classes
| Name | Description |
|---|---|
open class MKPAdEvent: MKPlayerEvent<Any?>
|
Base class for MK Player Ad Events |
class MKPAdFinishedEvent: MKPAdEvent
|
Event which is sent with OnMKPAdEventListener when user has completed watching Ad |
class MKPAdQuartileEvent: MKPAdEvent
|
Event passed when the Ad Quartiles are changed or watched by user |
class MKPAdStartedEvent: MKPAdEvent
|
Event which is sent with OnMKPAdEventListener when user has started watching Ad |
class MKPErrorEvent: MKPlayerEvent<Any?>
|
Event which is sent when an error occurs |
class MKPMutedEvent: MKPlayerEvent<Any?>
|
Event which is sent when player mutes |
class MKPPausedEvent: MKPlayerEvent<Any?>
|
Event which is sent when player is paused |
class MKPPlayEvent: MKPlayerEvent<Any?>
|
Event which is sent when player is ready to play |
class MKPPlayingEvent: MKPlayerEvent<Any?>
|
Event which is sent when player starts playing |
class MKPReadyEvent: MKPlayerEvent<Any?>
|
Event which is sent when player has loaded manifest and ready for playback |
class MKPSeekEvent: MKPlayerEvent<Any?>
|
Event which is sent when player has to seek to position |
class MKPSeekedEvent: MKPlayerEvent<Any?>
|
Event which is sent when player finishes seek |
class MKPSourceLoadEvent: MKPlayerEvent<Any?>
|
Event which is sent when player starts loading the source |
class MKPSourceLoadedEvent: MKPlayerEvent<Any?>
|
Event which is sent when player loaded the source |
class MKPSourceUnloadEvent: MKPlayerEvent<Any?>
|
Event which is sent when player finished playback and starts unloading source |
class MKPStallStartedEvent: MKPlayerEvent<Any?>
|
Event which is sent when the player begins to stall and to buffer due to an empty buffer. |
class MKPTimeChangedEvent: MKPlayerEvent<Any?>
|
Event which is sent when the current playback time has changed. |
class MKPUnmutedEvent: MKPlayerEvent<Any?>
|
Event which is sent when player unmutes |
class MKPlaybackFinishedEvent: MKPlayerEvent<Any?>
|
Event which is sent when playback has finished |
abstract class MKPlayerEvent<T> : Any
|