StatisticsEntity class

指标实体

Constructors

StatisticsEntity.fromJson(dynamic data)

Properties

appCpu int?
当前 App 的 CPU 使用率(%)
getter/setter pair
downLoss int?
S -> C 下行丢包率(%),该值越小越好,例如,丢包率为0表示网络很好, 丢包率为30%则意味着 SDK 向服务器发送的数据包中会有30%丢失在下行传输中
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localArray List<LocalStatisticsEntity>?
自己本地的音视频统计信息,可能有主画面、小画面以及辅路画面等多路的情况,因此是一个数组
getter/setter pair
receiveBytes int?
接收字节总数,注意是字节数(bytes),不是比特数(bits)
getter/setter pair
remoteArray List<RemoteStatisticsEntity>?
远端成员的音视频统计信息,可能有主画面、小画面以及辅路画面等多路的情况,因此是一个数组
getter/setter pair
rtt int?
延迟(毫秒), 指 SDK 到腾讯云服务器的一次网络往返时间,该值越小越好。 一般低于50ms的 rtt 相对理想,而高于100ms的 rtt 会引入较大的通话延时。 由于数据上下行共享一条网络连接,所以 local 和 remote 的 rtt 相同。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBytes int?
发送字节总数,注意是字节数(bytes),不是比特数(bits)
getter/setter pair
systemCpu int?
当前系统的 CPU 使用率(%)
getter/setter pair
upLoss int?
C -> S 上行丢包率(%),该值越小越好,例如,丢包率为0表示网络很好, 丢包率为30%则意味着 SDK 向服务器发送的数据包中会有30%丢失在上行传输中
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.
inherited

Operators

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