AlivcLiveNetworkQuality enum

Copyright © 2023 Alibaba Cloud. All rights reserved.

Author:keria Date:2023/12/12 Email:runchen.brc@alibaba-inc.com

Reference:Explain the purpose of the current file

网络质量

excellent 网络极好,流程度清晰度质量好

good 网络好,流畅度清晰度和极好差不多

poor 网络较差,音视频流畅度清晰度有瑕疵,不影响沟通

bad 网络差,视频卡顿严重,音频能正常沟通

veryBad 网络极差,基本无法沟通

disconnect 网络中断

unknown 未知

Inheritance
Available extensions

Values

excellent → const AlivcLiveNetworkQuality
good → const AlivcLiveNetworkQuality
poor → const AlivcLiveNetworkQuality
bad → const AlivcLiveNetworkQuality
veryBad → const AlivcLiveNetworkQuality
disconnect → const AlivcLiveNetworkQuality
unknown → const AlivcLiveNetworkQuality

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<AlivcLiveNetworkQuality>
A constant List of the values in this enum, in order of their declaration.