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