ReverbType enum
Enumeration of reverb types.
- Inheritance
- Available extensions
Values
- none → const ReverbType
-
No reverb.
- ktv → const ReverbType
-
KTV reverb.
- hall → const ReverbType
-
Hall reverb.
- concert → const ReverbType
-
Concert reverb.
- rock → const ReverbType
-
Rock reverb.
- smallRoom → const ReverbType
-
Small room reverb.
- largeRoom → const ReverbType
-
Large room reverb.
- valley → const ReverbType
-
Valley reverb.
- recordingStudio → const ReverbType
-
Recording studio reverb.
- basement → const ReverbType
-
Basement reverb.
- popular → const ReverbType
-
Popular reverb.
- gramophone → const ReverbType
-
Gramophone reverb.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- key → ZegoReverbPreset
-
Available on ReverbType, provided by the ReverbTypeExtension 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 ReverbType, provided by the ReverbTypeExtension 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<
ReverbType> - A constant List of the values in this enum, in order of their declaration.