AudioReverbType enum
Audio reverberation type.
Values
- DryLevel → const AudioReverbType
-
Level of the dry signal (-20 to 10 dB).
- WetLevel → const AudioReverbType
-
Level of the early reflection signal (wet signal) (-20 to 10 dB).
- RoomSize → const AudioReverbType
-
Room size of the reflection (0 to 100 dB). A larger room size means stronger reverberation.
- WetDelay → const AudioReverbType
-
Length of the initial delay of the wet signal (0 to 200 ms).
- Strength → const AudioReverbType
-
Strength of the late reverberation (0 to 100).
Properties
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<
AudioReverbType> - A constant List of the values in this enum, in order of their declaration.