NERtcAudioRecvStats class

远端用户的音频统计

Constructors

NERtcAudioRecvStats.fromMap(Map stats)

Properties

frozenRate int
平均音频卡顿率
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
kbps int
接收到的码率 (kbps)
read / write
lossRate int
丢包率
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
totalFrozenTime int
音频卡顿累计时长,从收到远端用户音频算起
read / write
uid int
用户 ID,指定是哪个用户的音频流
read / write
volume int
音量0-100
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited