SetShapeEqCompFilterCoefficients
Sets the coefficients of an equalizer filter.Syntax
Parameters
context _Inout_Type: SHAPE_EQCOMP_CONTEXT* Pointer to a SHAPE_EQCOMP_CONTEXT structure. filterIndex
Type: SHAPE_EQCOMP_FILTER_INDEX A member of the SHAPE_EQCOMP_FILTER_INDEX enumeration. a1
Type: float Coefficient a1 for the specified equalizer filter. a2
Type: float Coefficient a2 for the specified equalizer filter. b0
Type: float Coefficient b0 for the specified equalizer filter. b1
Type: float Coefficient b1 for the specified equalizer filter. b2
Type: float Coefficient b2 for the specified equalizer filter.
