ByteRTCProblemFeedbackOption enum
Values
- ByteRTCProblemFeedbackOptionNone → const ByteRTCProblemFeedbackOption
-
@brief 没有问题
- ByteRTCProblemFeedbackOptionOtherMessage → const ByteRTCProblemFeedbackOption
-
@brief 其他问题
- ByteRTCProblemFeedbackOptionDisconnected → const ByteRTCProblemFeedbackOption
-
@brief 连接失败
- ByteRTCProblemFeedbackOptionEarBackDelay → const ByteRTCProblemFeedbackOption
-
@brief 耳返延迟大
- ByteRTCProblemFeedbackOptionLocalNoise → const ByteRTCProblemFeedbackOption
-
@brief 本端有杂音
- ByteRTCProblemFeedbackOptionLocalAudioLagging → const ByteRTCProblemFeedbackOption
-
@brief 本端声音卡顿
- ByteRTCProblemFeedbackOptionLocalNoAudio → const ByteRTCProblemFeedbackOption
-
@brief 本端无声音
- ByteRTCProblemFeedbackOptionLocalAudioStrength → const ByteRTCProblemFeedbackOption
-
@brief 本端声音大/小
- ByteRTCProblemFeedbackOptionLocalEcho → const ByteRTCProblemFeedbackOption
-
@brief 本端有回声
- ByteRTCProblemFeedbackOptionLocalVideoFuzzy → const ByteRTCProblemFeedbackOption
-
@brief 本端视频模糊
- ByteRTCProblemFeedbackOptionLocalNotSync → const ByteRTCProblemFeedbackOption
-
@brief 本端音视频不同步
- ByteRTCProblemFeedbackOptionLocalVideoLagging → const ByteRTCProblemFeedbackOption
-
@brief 本端视频卡顿
- ByteRTCProblemFeedbackOptionLocalNoVideo → const ByteRTCProblemFeedbackOption
-
@brief 本端无画面
- ByteRTCProblemFeedbackOptionRemoteNoise → const ByteRTCProblemFeedbackOption
-
@brief 远端有杂音
- ByteRTCProblemFeedbackOptionRemoteAudioLagging → const ByteRTCProblemFeedbackOption
-
@brief 远端声音卡顿
- ByteRTCProblemFeedbackOptionRemoteNoAudio → const ByteRTCProblemFeedbackOption
-
@brief 远端无声音
- ByteRTCProblemFeedbackOptionRemoteAudioStrength → const ByteRTCProblemFeedbackOption
-
@brief 远端声音大/小
- ByteRTCProblemFeedbackOptionRemoteEcho → const ByteRTCProblemFeedbackOption
-
@brief 远端有回声
- ByteRTCProblemFeedbackOptionRemoteVideoFuzzy → const ByteRTCProblemFeedbackOption
-
@brief 远端视频模糊
- ByteRTCProblemFeedbackOptionRemoteNotSync → const ByteRTCProblemFeedbackOption
-
@brief 远端音视频不同步
- ByteRTCProblemFeedbackOptionRemoteVideoLagging → const ByteRTCProblemFeedbackOption
-
@brief 远端视频卡顿
- ByteRTCProblemFeedbackOptionRemoteNoVideo → const ByteRTCProblemFeedbackOption
-
@brief 远端无画面
Properties
- $value → dynamic
-
final
- 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<
ByteRTCProblemFeedbackOption> - A constant List of the values in this enum, in order of their declaration.