Enum BQFType
BassFx BiQuad filter type. Defines within the BQFParameters structure which BiQuad filter should be used.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public enum BQFType : int
AllPass
BiQuad All-Pass filter.
BandPass
BiQuad Bandpass filter (constant 0 dB peak gain).
BandPassQ
BiQuad Bandpass Q filter (constant skirt gain, peak gain = Q).
HighPass
BiQuad Highpass filter.
HighShelf
BiQuad High-Shelf filter.
LowPass
BiQuad Lowpass filter.
LowShelf
BiQuad Low-Shelf filter.
Notch
BiQuad Notch filter.
PeakingEQ
BiQuad Peaking EQ filter.