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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- packetLostRate ↔ double
-
packet lost rate. in percentage, 0.0 ~ 1.0
getter/setter pair
- quality ↔ ZegoStreamQualityLevel
-
network quality. excellent, good, medium and poor
getter/setter pair
- rtt ↔ int
-
rtt, in milliseconds
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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