Enumeration that dictates the valid values for a Parametric Equalizer filter.

Namespace: Crestron.SimplSharpPro.DM
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public enum eParametricEqFilterType

Members

Member nameValueDescription
Flat0 Flat Parametric EQ filter type
EQ1 EQ Parametric EQ filter type
HighPass2 High Pass Parametric EQ filter type
LowPass3 Low Pass Parametric EQ filter type
HighShelf4 High Shelf Parametric EQ filter type
LowShelf5 Low Shelf Parametric EQ filter type
Notch6 Notch Parametric EQ filter type

See Also