NERoomRtcStats constructor

NERoomRtcStats({
  1. int txBytes = 0,
  2. int rxBytes = 0,
  3. int cpuAppUsage = 0,
  4. int cpuTotalUsage = 0,
  5. int memoryAppUsageRatio = 0,
  6. int memoryTotalUsageRatio = 0,
  7. int memoryAppUsageInKBytes = 0,
  8. int totalDuration = 0,
  9. int txAudioBytes = 0,
  10. int txVideoBytes = 0,
  11. int rxAudioBytes = 0,
  12. int rxVideoBytes = 0,
  13. int rxAudioKBitRate = 0,
  14. int rxVideoKBitRate = 0,
  15. int txAudioKBitRate = 0,
  16. int txVideoKBitRate = 0,
  17. int upRtt = 0,
  18. int downRtt = 0,
  19. int txAudioPacketLossRate = 0,
  20. int txVideoPacketLossRate = 0,
  21. int txAudioPacketLossSum = 0,
  22. int txVideoPacketLossSum = 0,
  23. int txAudioJitter = 0,
  24. int txVideoJitter = 0,
  25. int rxAudioPacketLossRate = 0,
  26. int rxVideoPacketLossRate = 0,
  27. int rxAudioPacketLossSum = 0,
  28. int rxVideoPacketLossSum = 0,
  29. int rxAudioJitter = 0,
  30. int rxVideoJitter = 0,
})

Implementation

NERoomRtcStats(
    {this.txBytes = 0,
    this.rxBytes = 0,
    this.cpuAppUsage = 0,
    this.cpuTotalUsage = 0,
    this.memoryAppUsageRatio = 0,
    this.memoryTotalUsageRatio = 0,
    this.memoryAppUsageInKBytes = 0,
    this.totalDuration = 0,
    this.txAudioBytes = 0,
    this.txVideoBytes = 0,
    this.rxAudioBytes = 0,
    this.rxVideoBytes = 0,
    this.rxAudioKBitRate = 0,
    this.rxVideoKBitRate = 0,
    this.txAudioKBitRate = 0,
    this.txVideoKBitRate = 0,
    this.upRtt = 0,
    this.downRtt = 0,
    this.txAudioPacketLossRate = 0,
    this.txVideoPacketLossRate = 0,
    this.txAudioPacketLossSum = 0,
    this.txVideoPacketLossSum = 0,
    this.txAudioJitter = 0,
    this.txVideoJitter = 0,
    this.rxAudioPacketLossRate = 0,
    this.rxVideoPacketLossRate = 0,
    this.rxAudioPacketLossSum = 0,
    this.rxVideoPacketLossSum = 0,
    this.rxAudioJitter = 0,
    this.rxVideoJitter = 0});