ZegoAECMode enum

回声消除模式。

Inheritance
  • Object
  • Enum
  • ZegoAECMode

Constructors

ZegoAECMode()
const

Values

Aggressive → const ZegoAECMode

激进的回声抵消,可能会影响音质稍微明显,但是回声会消除得很干净。

Medium → const ZegoAECMode

适度的回声抵消,就是可能会稍微影响一点点音质,但是残留的回声会更少。

Soft → const ZegoAECMode

舒适的回声抵消,就是回声抵消基本不会影响声音的音质,可能有时会残留一点回声,但不会影响正常听音。

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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<ZegoAECMode>
A constant List of the values in this enum, in order of their declaration.
[Aggressive, Medium, Soft]