VoiceEqualizationBandFrequency enum
Audio Equalization effect.
Values
- frequency31 → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 31Hz.
- frequency62 → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 62Hz.
- frequency125 → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 125Hz.
- frequency250 → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 350Hz.
- frequency500 → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 500Hz.
- frequency1k → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 1kHz.
- frequency2k → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 2kHz.
- frequency4k → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 4kHz.
- frequency8k → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 8kHz.
- frequency16k → const VoiceEqualizationBandFrequency
-
The frequency band with a center frequency of 16kHz.
Properties
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
Constants
-
values
→ const List<
VoiceEqualizationBandFrequency> - A constant List of the values in this enum, in order of their declaration.