次の方法で共有


AVAudioUnitEQFilterType 列挙型

定義

フィルターの種類。 プロパティと共に使用されます FilterType

public enum AVAudioUnitEQFilterType
type AVAudioUnitEQFilterType = 
継承
AVAudioUnitEQFilterType

フィールド

BandPass 5

バンド パス フィルター。 と を指定 frequency する bandwidth必要があります。

BandStop 6

バンドストップ/ノッチフィルタ。 と を指定 frequency する bandwidth必要があります。

HighPass 2
HighShelf 8
LowPass 1
LowShelf 7
Parametric 0

バターワースアナログプロトタイプに基づくパラメトリックフィルタ。 center、bandwidthおよび には がfrequency必要ですgain

ResonantHighPass 4

共振を伴うハイパスフィルタ。 frequency (-3dB カットオフ) と bandwidthが必要です。

ResonantHighShelf 10

共鳴が付いている高い棚フィルター。 、frequencybandwidth、および gainが必要です。

ResonantLowPass 3

共振を伴うローパスフィルタ。 frequency (-3dB カットオフ) と bandwidthが必要です。

ResonantLowShelf 9

共鳴が付いている低い棚フィルター。 、frequencybandwidth、および gainが必要です。

適用対象