ZegoNetworkSpeedTestConfig class

网络测速配置

Constructors

ZegoNetworkSpeedTestConfig(bool testUplink, int expectedUplinkBitrate, bool testDownlink, int expectedDownlinkBitrate)

Properties

expectedDownlinkBitrate ↔ int
单位 kbps。用于确定网络下行环境是否适合拉取指定码率的数据,建议用推流的码率来测试。
read / write
expectedUplinkBitrate ↔ int
单位 kbps。用于确定网络上行环境是否适合推送指定码率的数据,建议用推流的码率来测试。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
是否进行下行测速
read / write
是否进行上行测速
read / write

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