RTCInboundStats

data class RTCInboundStats(val kind: String? = "", val jitter: Double? = 0.0, val packetsLost: Int? = 0, val packetsReceived: Long? = 0, val bytesReceived: BigInteger? = BigInteger("0"), val framesReceived: Int? = 0, val frameWidth: Long? = 0, val frameHeight: Long? = 0, val framesPerSecond: Double? = 0.0, val framesDropped: Long? = 0) : RTCStats

Constructors

Link copied to clipboard
constructor(kind: String? = "", jitter: Double? = 0.0, packetsLost: Int? = 0, packetsReceived: Long? = 0, bytesReceived: BigInteger? = BigInteger("0"), framesReceived: Int? = 0, frameWidth: Long? = 0, frameHeight: Long? = 0, framesPerSecond: Double? = 0.0, framesDropped: Long? = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val frameHeight: Long? = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val frameWidth: Long? = 0
Link copied to clipboard
val jitter: Double? = 0.0
Link copied to clipboard
val kind: String?
Link copied to clipboard
val packetsLost: Int? = 0
Link copied to clipboard