AudioInboundStats

data class AudioInboundStats(val packetsReceived: Long, val packetsLost: Long, val audioLevel: Double?, val totalAudioEnergy: Double?, val totalSamplesDuration: Double?, val concealedSamples: Double?, val jitter: Double?, val bytesReceived: Long? = null, val lastPacketReceivedTimestamp: Double? = null, val ssrc: Long? = null, val jitterBufferDelay: Double? = null, val jitterBufferEmittedCount: Long? = null, val framesDecoded: Long? = null, val trackIdentifier: String? = null, val mid: String? = null)

Snapshot of inbound audio statistics for a consumer.

Constructors

Link copied to clipboard
constructor(packetsReceived: Long, packetsLost: Long, audioLevel: Double?, totalAudioEnergy: Double?, totalSamplesDuration: Double?, concealedSamples: Double?, jitter: Double?, bytesReceived: Long? = null, lastPacketReceivedTimestamp: Double? = null, ssrc: Long? = null, jitterBufferDelay: Double? = null, jitterBufferEmittedCount: Long? = null, framesDecoded: Long? = null, trackIdentifier: String? = null, mid: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val bytesReceived: Long? = null
Link copied to clipboard
Link copied to clipboard
val framesDecoded: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mid: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ssrc: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val trackIdentifier: String? = null