VoiceEqualizationBandFrequency enum

音频均衡效果

Inheritance

Constructors

VoiceEqualizationBandFrequency()
const

Values

frequency31 → const VoiceEqualizationBandFrequency

中心频率为 31Hz 的频带

frequency62 → const VoiceEqualizationBandFrequency

中心频率为 62Hz 的频带

frequency125 → const VoiceEqualizationBandFrequency

中心频率为 125Hz 的频带

frequency250 → const VoiceEqualizationBandFrequency

中心频率为 250Hz 的频带

frequency500 → const VoiceEqualizationBandFrequency

中心频率为 500Hz 的频带

frequency1k → const VoiceEqualizationBandFrequency

中心频率为 1kHz 的频带

frequency2k → const VoiceEqualizationBandFrequency

中心频率为 2kHz 的频带

frequency4k → const VoiceEqualizationBandFrequency

中心频率为 4kHz 的频带

frequency8k → const VoiceEqualizationBandFrequency

中心频率为 8kHz 的频带

frequency16k → const VoiceEqualizationBandFrequency

中心频率为 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.