RTCOutboundStats

data class RTCOutboundStats(val kind: String? = "", val rid: String? = "", val bytesSent: BigInteger? = BigInteger("0"), val targetBitrate: Double? = 0.0, val packetsSent: Long? = 0, val framesEncoded: Long? = 0, val framesPerSecond: Double? = 0.0, val frameWidth: Long? = 0, val frameHeight: Long? = 0, val qualityLimitationDurations: QualityLimitationDurations?) : RTCStats

Constructors

Link copied to clipboard
constructor(kind: String? = "", rid: String? = "", bytesSent: BigInteger? = BigInteger("0"), targetBitrate: Double? = 0.0, packetsSent: Long? = 0, framesEncoded: Long? = 0, framesPerSecond: Double? = 0.0, frameWidth: Long? = 0, frameHeight: Long? = 0, qualityLimitationDurations: QualityLimitationDurations?)

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
val frameWidth: Long? = 0
Link copied to clipboard
val kind: String?
Link copied to clipboard
val packetsSent: Long? = 0
Link copied to clipboard
val rid: String?
Link copied to clipboard
val targetBitrate: Double? = 0.0