ConsumerStats

data class ConsumerStats(val consumerId: String, val timestamp: Long, val kind: MediaKind, val mimeType: String, val bytesReceived: Long = 0, val packetsReceived: Long = 0, val packetsLost: Long = 0, val framesDecoded: Long? = null, val framesReceived: Long? = null, val framesDropped: Long? = null, val bitrate: Long? = null, val jitter: Double? = null)

Consumer statistics

Constructors

Link copied to clipboard
constructor(consumerId: String, timestamp: Long, kind: MediaKind, mimeType: String, bytesReceived: Long = 0, packetsReceived: Long = 0, packetsLost: Long = 0, framesDecoded: Long? = null, framesReceived: Long? = null, framesDropped: Long? = null, bitrate: Long? = null, jitter: Double? = null)

Properties

Link copied to clipboard
val bitrate: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val framesDecoded: Long? = null
Link copied to clipboard
val framesDropped: Long? = null
Link copied to clipboard
val framesReceived: Long? = null
Link copied to clipboard
val jitter: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val packetsLost: Long = 0
Link copied to clipboard
Link copied to clipboard