AndroidEqualizer class
An AudioEffect for Android that can adjust the gain for different frequency bands of an AudioPlayer's audio signal.
- Inheritance
-
- Object
- AudioEffect
- AndroidEqualizer
- Mixed-in types
Constructors
Properties
- enabled → bool
-
Whether the effect is enabled. When
true, and if the effect is part of an AudioPipeline attached to an AudioPlayer, the effect will modify the audio player's output. Whenfalse, the audio pipeline will still reserve platform resources for the effect but the effect will be bypassed.no setterinherited -
enabledStream
→ Stream<
bool> -
A stream of the current enabled value.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
→ Future<
AndroidEqualizerParameters> -
The parameter values of this equalizer.
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
-
setEnabled(
bool enabled) → Future< void> -
Set the
enabledstatus of this audio effect.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited