Package-level declarations

Types

Link copied to clipboard
@Serializable(with = ErrorCodeSerializer::class)
enum ErrorCode : Enum<ErrorCode>

Represents the error codes.

Link copied to clipboard
@Serializable
data class Event(val emittedAtInMs: Long, val type: Event.EventType, val videoTimeInS: Float, val videoWidth: Int, val videoHeight: Int, val paused: Boolean, val errorCode: ErrorCode)

Represents a player event.