ExperiencePoorReason enum Null safety

接收远端音频时,本地用户主观体验质量较差的原因。

Constants

LocalNetworkQualityPoor → const ExperiencePoorReason

本地用户的网络较差。

@JsonValue(2)
const ExperiencePoorReason(2)
None → const ExperiencePoorReason

无原因,说明主观体验质量较好。

@JsonValue(0)
const ExperiencePoorReason(0)
RemoteNetworkQualityPoor → const ExperiencePoorReason

远端用户的网络较差。

@JsonValue(1)
const ExperiencePoorReason(1)
values → const List<ExperiencePoorReason>

A constant List of the values in this enum, in order of their declaration.

const List<ExperiencePoorReason>
WifiBluetoothCoexist → const ExperiencePoorReason

本地用户同时开启 Wi-Fi 和蓝牙,二者信号互相干扰,导致音频传输质量下降。

@JsonValue(8)
const ExperiencePoorReason(4)
WirelessSignalPoor → const ExperiencePoorReason

本地用户的 Wi-Fi 或者移动数据网络信号弱。

@JsonValue(4)
const ExperiencePoorReason(3)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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