EventMessageData
data class EventMessageData(val bandwidth: Long, val bitrate: Long, val bufferDuration: Long, val duration: Long, val playbackDuration: Long, val position: Long, val positionTimestamp: Long?, val stall: EventMessageData.Stall, val streamType: EventMessageData.StreamType, val url: String, val vpn: Boolean?, val frameDrops: Int) : MessageData
Represents a generic event, which contains metrics about the current media stream.
Types
Properties
Link copied to clipboard
The forward duration of the buffer, in milliseconds.
Link copied to clipboard
The number of frame drops that have occurred during playback.
Link copied to clipboard
The duration of the playback, in milliseconds.
Link copied to clipboard
The current player timestamp, as retrieved from the playlist.
Link copied to clipboard
Information about stalls that have occurred during playback.
Link copied to clipboard
The type of stream being played.