RtcMediaStreamVideoTrackReceiverStats

data class RtcMediaStreamVideoTrackReceiverStats(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 frameHeight: Long?, val frameWidth: Long?, val framesPerSecond: Double?, val framesReceived: Long?, val framesDecoded: Long?, val framesDropped: Long?, val totalFramesDuration: Double?, val totalFreezesDuration: Double?, val freezeCount: Long?, val pauseCount: Long?, val totalPausesDuration: Double?, val sumOfSquaredFramesDuration: Double?) : RtcMediaStreamTrackReceiverStats, RtcMediaStreamVideoTrackStats

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?, frameHeight: Long?, frameWidth: Long?, framesPerSecond: Double?, framesReceived: Long?, framesDecoded: Long?, framesDropped: Long?, totalFramesDuration: Double?, totalFreezesDuration: Double?, freezeCount: Long?, pauseCount: Long?, totalPausesDuration: Double?, sumOfSquaredFramesDuration: Double?)

Types

Link copied to clipboard
object Companion

Properties

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 frameHeight: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val framesPerSecond: Double?
Link copied to clipboard
Link copied to clipboard
open override val frameWidth: Long?
Link copied to clipboard
Link copied to clipboard
open override val id: String?
Link copied to clipboard
open override val jitterBufferDelay: Double?
Link copied to clipboard
open override val jitterBufferEmittedCount: Long?
Link copied to clipboard
open override val kind: String?
Link copied to clipboard
Link copied to clipboard
open override val priority: String?
Link copied to clipboard
open override val remoteSource: Boolean?
Link copied to clipboard
open override val timestampUs: Double?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val trackIdentifier: String?
Link copied to clipboard
open override val type: String?