AndroidEqualizerBand class

A frequency band within an AndroidEqualizer.

Properties

centerFrequency double
The center frequency of this band in hertz.
final
gain double
The gain for this band in decibels.
no setter
gainStream Stream<double>
A stream of the current gain for this band in decibels.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A zero-based index of the position of this band within its AndroidEqualizer.
final
lowerFrequency double
The lower frequency of this band in hertz.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperFrequency double
The upper frequency of this band in hertz.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGain(double gain) Future<void>
Sets the gain for this band in decibels.
toString() String
A string representation of this object.
inherited

Operators

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