Package-level declarations

Types

Link copied to clipboard

Media player event that signals the end of an ad break.

Link copied to clipboard

Media player event that signals the start of an ad break.

Link copied to clipboard
class MediaAdClickEvent(var percentProgress: Int? = null) : AbstractSelfDescribing

Media player event fired when the user clicked on the ad.

Link copied to clipboard

Media player event that signals the ad creative was played to the end at normal speed.

Link copied to clipboard

Media player event fired when 25% of ad is reached after continuous ad playback at normal speed.

Link copied to clipboard

Media player event fired when a midpoint of ad is reached after continuous ad playback at normal speed.

Link copied to clipboard
class MediaAdPauseEvent(var percentProgress: Int? = null) : AbstractSelfDescribing

Media player event fired when the user clicked the pause control and stopped the ad creative.

Link copied to clipboard
class MediaAdResumeEvent(var percentProgress: Int? = null) : AbstractSelfDescribing

Media player event fired when the user resumed playing the ad creative after it had been stopped or paused.

Link copied to clipboard
class MediaAdSkipEvent(var percentProgress: Int? = null) : AbstractSelfDescribing

Media player event fired when the user activated a skip control to skip the ad creative.

Link copied to clipboard

Media player event that signals the start of an ad.

Link copied to clipboard

Media player event fired when 75% of ad is reached after continuous ad playback at normal speed.

Link copied to clipboard

Media player event fired when the the player finishes buffering content and resumes playback.

Link copied to clipboard

Media player event fired when the player goes into the buffering state and begins to buffer content.

Link copied to clipboard
class MediaEndEvent : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event sent when playback stops when end of the media is reached or because no further data is available.

Link copied to clipboard
class MediaErrorEvent @JvmOverloads constructor(var errorCode: String? = null, var errorName: String? = null, var errorDescription: String? = null) : AbstractSelfDescribing

Media player event tracked when the resource could not be loaded due to an error.

Link copied to clipboard
class MediaFullscreenChangeEvent(var fullscreen: Boolean) : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event fired immediately after the browser switches into or out of full-screen mode.

Link copied to clipboard
class MediaPauseEvent : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event sent when the user pauses the playback.

Link copied to clipboard
class MediaPictureInPictureChangeEvent(var pictureInPicture: Boolean) : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event fired immediately after the browser switches into or out of picture-in-picture mode.

Link copied to clipboard
class MediaPlaybackRateChangeEvent @JvmOverloads constructor(var newRate: Double, var previousRate: Double? = null) : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event sent when the playback rate has changed.

Link copied to clipboard
class MediaPlayEvent : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event sent when the player changes state to playing from previously being paused.

Link copied to clipboard
class MediaQualityChangeEvent @JvmOverloads constructor(var newQuality: String? = null, var previousQuality: String? = null, var bitrate: Int? = null, var framesPerSecond: Int? = null, var automatic: Boolean? = null) : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event tracked when the video playback quality changes.

Link copied to clipboard

Media player event fired when the media tracking is successfully attached to the player and can track events.

Link copied to clipboard

Media player event sent when a seek operation completes.

Link copied to clipboard

Media player event sent when a seek operation begins.

Link copied to clipboard
class MediaVolumeChangeEvent @JvmOverloads constructor(var newVolume: Int, var previousVolume: Int? = null) : AbstractSelfDescribing, MediaPlayerUpdatingEvent

Media player event sent when the volume has changed.