EventMessageData
@Serializable
Represents a generic event, which contains metrics about the current media stream.
Constructors
Link copied to clipboard
constructor(audio: String?, bandwidth: Long, bitrate: Long, bufferDuration: Long, duration: Long, playbackDuration: Long, position: Long, positionTimestamp: Long?, stall: EventMessageData.Stall, streamType: EventMessageData.StreamType, subtitles: String?, url: String, vpn: Boolean?, frameDrops: Int)
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.