EchoTestResult enum

音视频回路测试结果

Inheritance

Constructors

EchoTestResult()
const

Values

success → const EchoTestResult

接收到采集的音视频的回放,通话回路检测成功

timeout → const EchoTestResult

测试超过 60s 仍未完成,已自动停止

intervalShort → const EchoTestResult

上一次测试结束和下一次测试开始之间的时间间隔少于 5s

audioDeviceError → const EchoTestResult

音频采集异常

videoDeviceError → const EchoTestResult

视频采集异常

audioReceiveError → const EchoTestResult

音频接收异常

videoReceiveError → const EchoTestResult

视频接收异常

internalError → const EchoTestResult

内部错误,不可恢复

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<EchoTestResult>
A constant List of the values in this enum, in order of their declaration.