AudioReverbMode enum

Audio rever mode

音效模式

Inheritance

Constructors

AudioReverbMode()
const

Values

None → const AudioReverbMode

None

无音效

VocalI → const AudioReverbMode

Vocal I

人声 1

VocalII → const AudioReverbMode

Vocal II

人声 2

Bathroom → const AudioReverbMode

Bathroom

浴室

SmallRoomBright → const AudioReverbMode

Small room bright

明亮小房间

SmallRoomDark → const AudioReverbMode

Small room dark

黑暗小房间

MediumRoom → const AudioReverbMode

Medium room

中等房间

LargeRoom → const AudioReverbMode

Large room

大房间

ChurchHall → const AudioReverbMode

Church hall

教堂大厅

Cathedral → const AudioReverbMode

Cathedral

大教堂

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<AudioReverbMode>
A constant List of the values in this enum, in order of their declaration.