RTCOutbound Stats
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?)