ZegoVoiceChangerPreset enum
Voice changer preset value.
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
Properties
- 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<
ZegoVoiceChangerPreset> - A constant List of the values in this enum, in order of their declaration.