ZegoNetworkSpeedTestQuality class

network speed test quality

Constructors

ZegoNetworkSpeedTestQuality(int connectCost, int rtt, double packetLostRate, ZegoStreamQualityLevel quality)

Properties

connectCost ↔ int
Time to connect to the server, in milliseconds. During the speed test, if the network connection is disconnected, it will automatically initiate a reconnection, and this variable will be updated accordingly.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
packetLostRate ↔ double
packet lost rate. in percentage, 0.0 ~ 1.0
read / write
quality ZegoStreamQualityLevel
network quality. excellent, good, medium and poor
read / write
rtt ↔ int
rtt, in milliseconds
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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