NERtcAudioLayerSendStats constructor

NERtcAudioLayerSendStats(
  1. {int? kbps,
  2. int? lossRate,
  3. int? rtt,
  4. int? volume,
  5. int? numChannels,
  6. int? sentSampleRate,
  7. int? capVolume}
)

Implementation

NERtcAudioLayerSendStats(
    {this.kbps,
    this.lossRate,
    this.rtt,
    this.volume,
    this.numChannels,
    this.sentSampleRate,
    this.capVolume});