VoiceEqualizationBandFrequency enum

Audio Equalization effect.

Inheritance

Constructors

VoiceEqualizationBandFrequency()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
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.