SetShapeEqCompRawFilterCoefficients
Sets the raw 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: INT32 Raw coefficient a1 for the specified equalizer filter. a2
Type: INT32 Raw coefficient a2 for the specified equalizer filter. b0
Type: INT32 Raw coefficient b0 for the specified equalizer filter. b1
Type: INT32 Raw coefficient b1 for the specified equalizer filter. b2
Type: INT32 Raw coefficient b2 for the specified equalizer filter.
