AudioEffectState class abstract

Audio effect state

Constructors

AudioEffectState()

Properties

audioChangerType → ValueListenable<AudioChangerType>
Voice changer state.
no setter
audioReverbType → ValueListenable<AudioReverbType>
Reverb state.
no setter
earMonitorVolume → ValueListenable<int>
Ear monitor volume, range 0 - 100. @note If the volume is still too low after setting it to 100, you can set the volume to a maximum of 150, but a volume exceeding 100 may cause distortion, please operate with caution.
no setter
hashCode int
The hash code for this object.
no setterinherited
isEarMonitorOpened → ValueListenable<bool>
Ear monitor enabled.
no setter
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