NERtcAudioLayerRecvStats class
远端单条音频流的音频统计
Constructors
- NERtcAudioLayerRecvStats({int? frozenRate, int? kbps, int? lossRate, int? totalFrozenTime, int? volume, int? streamType})
- NERtcAudioLayerRecvStats.fromMap(Map stats)
Properties
- frozenRate ↔ int?
-
平均音频卡顿率
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kbps ↔ int?
-
接收到的码率 (kbps)
getter/setter pair
- lossRate ↔ int?
-
丢包率
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamType ↔ int?
-
音频流类型, 参考 NERtcAudioStreamType
getter/setter pair
- totalFrozenTime ↔ int?
-
音频卡顿累计时长,从收到远端用户音频算起
getter/setter pair
- volume ↔ int?
-
音量
0-100
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited