class VMixFilterDesc_ t
{
public:
VMixFilterType_ t m_ nFilterType;
VMixFilterSlope_ t m_ nFilterSlope;
bool m_ bEnabled;
float32 m_ fldbGain;
float32 m_ flCutoffFreq;
float32 m_ flQ;
};KV3 Class Defaults
{
m_ nFilterType = "FILTER_ UNKNOWN"
m_ nFilterSlope = "FILTER_ SLOPE_ 12dB"
m_ bEnabled = true
m_ fldbGain = 0.0
m_ flCutoffFreq = 1000.0
m_ flQ = 0.707107
}