RemoteAudioStats constructor Null safety
- int uid,
- NetworkQuality quality,
- int networkTransportDelay,
- int jitterBufferDelay,
- int audioLossRate,
- int numChannels,
- int receivedSampleRate,
- int receivedBitrate,
- int totalFrozenTime,
- int frozenRate,
- int totalActiveTime,
- int publishDuration,
- ExperienceQualityType qoeQuality,
- ExperiencePoorReason qualityChangedReason,
- int mosValue
Constructs a RemoteAudioStats
Implementation
RemoteAudioStats(
this.uid,
this.quality,
this.networkTransportDelay,
this.jitterBufferDelay,
this.audioLossRate,
this.numChannels,
this.receivedSampleRate,
this.receivedBitrate,
this.totalFrozenTime,
this.frozenRate,
this.totalActiveTime,
this.publishDuration,
this.qoeQuality,
this.qualityChangedReason,
this.mosValue,
);