ZegoANSMode enum

噪声抑制模式

Inheritance

Constructors

ZegoANSMode()
const

Values

Soft → const ZegoANSMode

轻度的噪声抑制,基本不会损伤音质,但会残留一些噪声。

Medium → const ZegoANSMode

适度的噪声抑制,有可能损伤一些音质,但有不错的降噪效果。

Aggressive → const ZegoANSMode

激进的噪声抑制,有可能明显损伤音质,但有很好的降噪效果。

AI → const ZegoANSMode

AI 模式噪声抑制,会对音乐有较大损伤,故不能用于对需要采集背景音的音源进行噪声抑制。如需使用,请联系技术支持。

AIBalanced → const ZegoANSMode

均衡 AI 模式噪声抑制,会对音乐有较大损伤,故不能用于对需要采集背景音的音源进行噪声抑制。如需使用,请联系技术支持。

AILowLatency → const ZegoANSMode

低延迟 AI 模式噪声抑制,会对音乐有较大损伤,故不能用于对需要采集背景音的音源进行噪声抑制。如需使用,请联系技术支持。

AIAggressive → const ZegoANSMode

激进 AI 模式噪声抑制,会对音乐有较大损伤,故不能用于对需要采集背景音的音源进行噪声抑制。如需使用,请联系技术支持。

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<ZegoANSMode>
A constant List of the values in this enum, in order of their declaration.