RtcMediaStreamAudioTrackReceiverStats

data class RtcMediaStreamAudioTrackReceiverStats(    val id: String?,     val type: String?,     val timestampUs: Double?,     val trackIdentifier: String?,     val ended: Boolean?,     val kind: String?,     val priority: String?,     val remoteSource: Boolean?,     val detached: Boolean?,     val estimatedPlayoutTimestamp: Double?,     val jitterBufferDelay: Double?,     val jitterBufferEmittedCount: Long?,     val audioLevel: Double?,     val totalAudioEnergy: Double?,     val totalSamplesDuration: Double?,     val totalInterruptionDuration: Double?,     val removedSamplesForAcceleration: Long?,     val interruptionCount: Long?,     val relativePacketArrivalDelay: Double?,     val jitterBufferFlushes: Long?,     val concealedSamples: Long?,     val jitterBufferTargetDelay: Double?,     val insertedSamplesForDeceleration: Long?,     val delayedPacketOutageSamples: Long?,     val totalSamplesReceived: Long?,     val concealmentEvents: Long?,     val silentConcealedSamples: Long?) : RtcMediaStreamTrackReceiverStats, RtcMediaStreamAudioTrackStats

Deprecated

Was deprecated in 11 May 2023

Constructors

Link copied to clipboard
constructor(    id: String?,     type: String?,     timestampUs: Double?,     trackIdentifier: String?,     ended: Boolean?,     kind: String?,     priority: String?,     remoteSource: Boolean?,     detached: Boolean?,     estimatedPlayoutTimestamp: Double?,     jitterBufferDelay: Double?,     jitterBufferEmittedCount: Long?,     audioLevel: Double?,     totalAudioEnergy: Double?,     totalSamplesDuration: Double?,     totalInterruptionDuration: Double?,     removedSamplesForAcceleration: Long?,     interruptionCount: Long?,     relativePacketArrivalDelay: Double?,     jitterBufferFlushes: Long?,     concealedSamples: Long?,     jitterBufferTargetDelay: Double?,     insertedSamplesForDeceleration: Long?,     delayedPacketOutageSamples: Long?,     totalSamplesReceived: Long?,     concealmentEvents: Long?,     silentConcealedSamples: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val audioLevel: Double?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val detached: Boolean?
Link copied to clipboard
open override val ended: Boolean?
Link copied to clipboard
open override val estimatedPlayoutTimestamp: Double?
Link copied to clipboard
open override val id: String?
Link copied to clipboard
Link copied to clipboard
open override val jitterBufferDelay: Double?
Link copied to clipboard
open override val jitterBufferEmittedCount: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val kind: String?
Link copied to clipboard
open override val priority: String?
Link copied to clipboard
open override val remoteSource: Boolean?
Link copied to clipboard
Link copied to clipboard
open override val timestampUs: Double?
Link copied to clipboard
open override val totalAudioEnergy: Double?
Link copied to clipboard
open override val totalSamplesDuration: Double?
Link copied to clipboard
Link copied to clipboard
open override val trackIdentifier: String?
Link copied to clipboard
open override val type: String?