VoiceReverbType enum
Values
- VOICE_REVERB_ORIGINAL → const VoiceReverbType
-
@brief Acoustic, no special effects
- VOICE_REVERB_ECHO → const VoiceReverbType
-
@brief Echo
- VOICE_REVERB_CONCERT → const VoiceReverbType
-
@brief Concert
- VOICE_REVERB_ETHEREAL → const VoiceReverbType
-
@brief Ethereal
- VOICE_REVERB_KTV → const VoiceReverbType
-
@brief Karaoke
- VOICE_REVERB_STUDIO → const VoiceReverbType
-
@brief Recording studio
- VOICE_REVERB_VIRTUAL_STEREO → const VoiceReverbType
-
@brief Virtual Stereo
- VOICE_REVERB_SPACIOUS → const VoiceReverbType
-
@brief Spacious
- VOICE_REVERB_3D → const VoiceReverbType
-
@brief 3D vocal
- VOICE_REVERB_POP → const VoiceReverbType
-
@hidden internal use @brief Pop
- VOICE_REVERB_DISCO → const VoiceReverbType
-
@hidden internal use @brief Disco
- VOICE_REVERB_OLDRECORD → const VoiceReverbType
-
@hidden internal use @brief Old Record
- VOICE_REVERB_HARMONY → const VoiceReverbType
-
@hidden internal use @brief Harmony
- VOICE_REVERB_ROCK → const VoiceReverbType
-
@hidden internal use @brief Rock
- VOICE_REVERB_BLUES → const VoiceReverbType
-
@hidden internal use @brief Blues
- VOICE_REVERB_JAZZ → const VoiceReverbType
-
@hidden internal use @brief Jazz
- VOICE_REVERB_ELECTRONIC → const VoiceReverbType
-
@hidden internal use @brief Electronic
- VOICE_REVERB_VINYL → const VoiceReverbType
-
@hidden internal use @brief Vinyl
- VOICE_REVERB_CHAMBER → const VoiceReverbType
-
@hidden internal use @brief Chamber
- VOICE_REVERB_ENHANCE_ORIGINAL → const VoiceReverbType
-
@hidden for internal use only @brief Enhance Original
- VOICE_REVERB_BATHROOM → const VoiceReverbType
-
@hidden for internal use only @brief Bathroom
- VOICE_REVERB_NATURAL → const VoiceReverbType
-
@hidden for internal use only @brief Natural
- VOICE_REVERB_HALLWAY → const VoiceReverbType
-
@hidden for internal use only @brief Hallway
Properties
- $value → dynamic
-
final
- 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<
VoiceReverbType> - A constant List of the values in this enum, in order of their declaration.