AVAudioUnitEQFilterType Enum

Definition

Filter types. Used with the FilterType property.

public enum AVAudioUnitEQFilterType
type AVAudioUnitEQFilterType = 
Inheritance
AVAudioUnitEQFilterType

Fields

BandPass 5

Band pass filter. Must specify frequency and bandwidth.

BandStop 6

Band stop / notch filter. Must specify frequency and bandwidth.

HighPass 2
HighShelf 8
LowPass 1
LowShelf 7
Parametric 0

Parametric filter based on Butterworth analog prototype. Must have frequency for center, bandwidth, and gain

ResonantHighPass 4

High pass filter with resonance. Must have frequency (-3dB cutoff) and bandwidth.

ResonantHighShelf 10

High shelf filter with resonance. Must have frequency, bandwidth, and gain.

ResonantLowPass 3

Low pass filter with resonance. Must have frequency (-3dB cutoff) and bandwidth.

ResonantLowShelf 9

Low shelf filter with resonance. Must have frequency, bandwidth, and gain.

Applies to