VoiceChangerType enum
Enumeration of voice changer types.
- Inheritance
- Available extensions
Values
- none → const VoiceChangerType
-
No voice changer.
- littleBoy → const VoiceChangerType
-
Little boy voice.
- littleGirl → const VoiceChangerType
-
Little girl voice.
- ethereal → const VoiceChangerType
-
Ethereal voice.
- female → const VoiceChangerType
-
Female voice.
- male → const VoiceChangerType
-
Male voice.
- robot → const VoiceChangerType
-
Robot voice.
- optimusPrime → const VoiceChangerType
-
Optimus Prime voice.
- deep → const VoiceChangerType
-
Deep voice.
- crystalClear → const VoiceChangerType
-
Crystal clear voice.
- cMajor → const VoiceChangerType
-
C major male voice.
- aMajor → const VoiceChangerType
-
A major male voice.
- harmonicMinor → const VoiceChangerType
-
Harmonic minor voice.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- key → ZegoVoiceChangerPreset
-
Available on VoiceChangerType, provided by the VoiceChangerTypeExtension extension
no setter - 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
- text → String
-
Available on VoiceChangerType, provided by the VoiceChangerTypeExtension extension
no setter
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<
VoiceChangerType> - A constant List of the values in this enum, in order of their declaration.