VoxaAudioStats constructor

const VoxaAudioStats({
  1. int? bitrateKbps,
  2. int? sampleRate,
  3. int? channels,
  4. int? lossPercent,
  5. int? jitterBufferMs,
  6. int? payloadType,
})

Implementation

const VoxaAudioStats({
  this.bitrateKbps,
  this.sampleRate,
  this.channels,
  this.lossPercent,
  this.jitterBufferMs,
  this.payloadType,
});