AudioEffectStore class abstract

Audio effect management class, used to handle anchor audio effect related business.

Constructors

AudioEffectStore()

Properties

audioEffectState AudioEffectState
State
no setter
hashCode int
The hash code for this object.
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
reset() → void
Reset to default state
setAudioChangerType(AudioChangerType type) → void
Set voice changer effect
setAudioReverbType(AudioReverbType type) → void
Set reverb effect
setVoiceEarMonitorEnable(bool enable) → void
Enable ear monitor
setVoiceEarMonitorVolume(int volume) → void
Set ear monitor volume
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

shared AudioEffectStore
Singleton object
no setter