NERtcStats class

通话相关的统计信息

Constructors

NERtcStats.fromMap(Map stats)

Properties

cpuAppUsage int
当前 App 的 CPU 使用率 (%) [...]
read / write
cpuTotalUsage int
当前系统的 CPU 使用率 (%) [...]
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
memoryAppUsageInKBytes int
当前 App 的内存大小 (KB)
read / write
memoryAppUsageRatio int
当前 App 的内存占比 (%) , 占最大可用内存
read / write
memoryTotalUsageRatio int
当前系统的内存占比 (%)
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
rxAudioBytes int
自加入频道后累计的接收的音频字节数(Byte)
read / write
rxAudioJitter int
本地下行音频抖动 (ms)
read / write
rxAudioKBitRate int
音频接收码率(kbps)
read / write
rxAudioPacketLossRate int
本地下行音频丢包率(%)
read / write
rxAudioPacketLossSum int
本地下行音频丢包数
read / write
rxBytes int
接收字节数(Byte),累计值
read / write
rxVideoBytes int
自加入频道后累计的接收的视频字节数(Byte)
read / write
rxVideoJitter int
本地下行视频抖动 (ms)
read / write
rxVideoKBitRate int
视频接收码率(kbps)
read / write
rxVideoPacketLossRate int
本地下行视频丢包率(%)
read / write
rxVideoPacketLossSum int
本地下行视频丢包数
read / write
totalDuration int
自加入频道的通话时长, 退出后再加入重新计时 ( 单位:S)
read / write
txAudioBytes int
自加入频道后累计的发送的音频字节数(Byte)
read / write
txAudioJitter int
本地上行音频抖动 (ms)
read / write
txAudioKBitRate int
音频发送码率(kbps)
read / write
txAudioPacketLossRate int
本地上行音频丢包率(%)
read / write
txAudioPacketLossSum int
本地上行音频丢包数
read / write
txBytes int
发送字节数(Byte),累计值
read / write
txVideoBytes int
自加入频道后累计的发送的视频字节数(Byte)
read / write
txVideoJitter int
本地上行视频抖动 (ms)
read / write
txVideoKBitRate int
视频发送码率(kbps)
read / write
txVideoPacketLossRate int
本地上行视频实际丢包率(%)
read / write
txVideoPacketLossSum int
本地上行视频丢包数
read / write
upRtt int
上行平均往返时延(ms)
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