AudioReverbType enum

Audio reverberation type.

Inheritance

Constructors

AudioReverbType()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<AudioReverbType>
A constant List of the values in this enum, in order of their declaration.