AudioReverbType enum

Audio reverberation types.

Inheritance

Constructors

AudioReverbType()
const

Values

DryLevel → const AudioReverbType

0: The level of the dry signal (dB). The value is between -20 and 10.

WetLevel → const AudioReverbType

1: The level of the early reflection signal (wet signal) (dB). The value is between -20 and 10.

RoomSize → const AudioReverbType

2: The room size of the reflection. The value is between 0 and 100.

WetDelay → const AudioReverbType

3: The length of the initial delay of the wet signal (ms). The value is between 0 and 200.

Strength → const AudioReverbType

4: The reverberation strength. The value is between 0 and 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.