AudioEffectService class
Constructors
- AudioEffectService.new({required LiveController liveController, required AudioEffectState audioEffectState})
-
const
Properties
- audioEffectState → AudioEffectState
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveController → LiveController
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
enableVoiceEarMonitor(
bool enable) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMusicVolume(
int volume) → void -
setVoiceChangerType(
int type) → void -
setVoiceEarMonitorVolume(
int volume) → void -
setVoiceReverbType(
int type) → void -
setVoiceVolume(
int volume) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited