pl.wendigo.chrome.api.media / PlayerEvent

PlayerEvent

data class PlayerEvent (source)

Link
Media#PlayerEvent type documentation.

Constructors

<init>

PlayerEvent(type: PlayerEventType, timestamp: Timestamp, name: String, value: String)

Properties

name

val name: String

timestamp

val timestamp: Timestamp

Events are timestamped relative to the start of the player creation not relative to the start of playback.

type

val type: PlayerEventType

value

val value: String