NERtcAudioLayerRecvStats constructor

NERtcAudioLayerRecvStats({
  1. int? frozenRate,
  2. int? kbps,
  3. int? lossRate,
  4. int? totalFrozenTime,
  5. int? volume,
  6. int? streamType,
})

Implementation

NERtcAudioLayerRecvStats(
    {this.frozenRate,
    this.kbps,
    this.lossRate,
    this.totalFrozenTime,
    this.volume,
    this.streamType});