AudioReverbType enum Null safety

音频混响类型。

Constants

DryLevel → const AudioReverbType

原始声音强度,即所谓的 dry signal,取值范围 -20,10,单位为 dB。

@JsonValue(0)
const AudioReverbType(0)
RoomSize → const AudioReverbType

所需混响效果的房间尺寸,一般房间越大,混响越强,取值范围 0,100,单位为 dB。

@JsonValue(2)
const AudioReverbType(2)
Strength → const AudioReverbType

混响持续的强度,取值范围为 0,100

@JsonValue(4)
const AudioReverbType(4)
values → const List<AudioReverbType>

A constant List of the values in this enum, in order of their declaration.

const List<AudioReverbType>
WetDelay → const AudioReverbType

Wet signal 的初始延迟长度,取值范围 0,200,单位为毫秒。

@JsonValue(3)
const AudioReverbType(3)
WetLevel → const AudioReverbType

早期反射信号强度,即所谓的 wet signal,取值范围 -20,10,单位为 dB。

@JsonValue(1)
const AudioReverbType(1)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited