Freigeben über


AVAudioUnitEQFilterType Enumeration

Definition

Filtertypen. Wird mit der FilterType -Eigenschaft verwendet.

public enum AVAudioUnitEQFilterType
type AVAudioUnitEQFilterType = 
Vererbung
AVAudioUnitEQFilterType

Felder

BandPass 5

Banddurchlauffilter. Muss und bandwidthangebenfrequency.

BandStop 6

Bandstopp-/Notchfilter. Muss und bandwidthangebenfrequency.

HighPass 2
HighShelf 8
LowPass 1
LowShelf 7
Parametric 0

Parametrischer Filter auf Basis des analogen Butterworth-Prototyps. Muss für center, bandwidth, und haben frequencygain

ResonantHighPass 4

Hochpassfilter mit Resonanz. frequency Muss (-3dB-Cutoff) und aufweisenbandwidth.

ResonantHighShelf 10

Hoher Regalfilter mit Resonanz. frequencyMuss , bandwidthund gainaufweisen.

ResonantLowPass 3

Tiefpassfilter mit Resonanz. frequency Muss (-3dB-Cutoff) und aufweisenbandwidth.

ResonantLowShelf 9

Niedriger Regalfilter mit Resonanz. frequencyMuss , bandwidthund gainaufweisen.

Gilt für: