ZegoRtcStatsInfo class
RTC 网络统计信息
Constructors
Properties
- avgPeerToPeerDelay ↔ int
-
平均端到端延迟,单位毫秒
getter/setter pair
- avgRxPacketLostRate ↔ double
-
下行平均丢包率,单位为百分比,0.0 ~ 1.0
getter/setter pair
- avgRxRtt ↔ int
-
下行平均 rtt,单位毫秒
getter/setter pair
- avgTxPacketLostRate ↔ double
-
上行平均丢包率,单位为百分比,0.0 ~ 1.0
getter/setter pair
- avgTxRtt ↔ int
-
上行平均 rtt,单位毫秒
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalRxBandwidth ↔ double
-
下行总带宽,单位kbps
getter/setter pair
- totalTxBandwidth ↔ double
-
上行总带宽,单位kbps
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