ZegoVoiceChangerPreset enum
Voice changer preset value.
- Inheritance
-
- Object
- Enum
- ZegoVoiceChangerPreset
Constructors
- ZegoVoiceChangerPreset()
-
const
Values
- None → const ZegoVoiceChangerPreset
-
No Voice changer
- MenToChild → const ZegoVoiceChangerPreset
-
Male to child voice (loli voice effect)
- MenToWomen → const ZegoVoiceChangerPreset
-
Male to female voice (kindergarten voice effect)
- WomenToChild → const ZegoVoiceChangerPreset
-
Female to child voice
- WomenToMen → const ZegoVoiceChangerPreset
-
Female to male voice
- Foreigner → const ZegoVoiceChangerPreset
-
Foreigner voice effect
- OptimusPrime → const ZegoVoiceChangerPreset
-
Autobot Optimus Prime voice effect
- Android → const ZegoVoiceChangerPreset
-
Android robot voice effect
- Ethereal → const ZegoVoiceChangerPreset
-
Ethereal voice effect
- MaleMagnetic → const ZegoVoiceChangerPreset
-
Magnetic(Male) voice effect
- FemaleFresh → const ZegoVoiceChangerPreset
-
Fresh(Female) voice effect
- MajorC → const ZegoVoiceChangerPreset
-
Electronic effects in C major voice effect
- MinorA → const ZegoVoiceChangerPreset
-
Electronic effects in A minor voice effect
- HarmonicMinor → const ZegoVoiceChangerPreset
-
Electronic effects in harmonic minor voice effect
- FemaleEnergetic → const ZegoVoiceChangerPreset
-
Female Vitality Sound effect
- RichNess → const ZegoVoiceChangerPreset
-
Richness effect
- Muffled → const ZegoVoiceChangerPreset
-
Muffled effect
- Roundness → const ZegoVoiceChangerPreset
-
Roundness effect
- Falsetto → const ZegoVoiceChangerPreset
-
Falsetto effect
- Fullness → const ZegoVoiceChangerPreset
-
Fullness effect
- Clear → const ZegoVoiceChangerPreset
-
Clear effect
- HighlyResonant → const ZegoVoiceChangerPreset
-
Hight effect
- LoudClear → const ZegoVoiceChangerPreset
-
Loud clear effect
- Minions → const ZegoVoiceChangerPreset
-
Minions effect
- Sunshine → const ZegoVoiceChangerPreset
-
Sunshine effect, only support iOS
- Gentle → const ZegoVoiceChangerPreset
-
Gentle effect, only support iOS
- Sweet → const ZegoVoiceChangerPreset
-
Sweet effect, only support iOS
- SweetMale → const ZegoVoiceChangerPreset
-
Sweet male effect, only support iOS
- SweetFemale → const ZegoVoiceChangerPreset
-
Sweet female effect, only support iOS
- Bright → const ZegoVoiceChangerPreset
-
Bright effect, only support iOS
- Autobot → const ZegoVoiceChangerPreset
-
Autobot effect
- OutOfPower → const ZegoVoiceChangerPreset
-
Out of power effect
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<
ZegoVoiceChangerPreset> -
A constant List of the values in this enum, in order of their declaration.
[None, MenToChild, MenToWomen, WomenToChild, WomenToMen, Foreigner, OptimusPrime, Android, Ethereal, MaleMagnetic, FemaleFresh, MajorC, MinorA, HarmonicMinor, FemaleEnergetic, RichNess, Muffled, Round…