GetShapeEqCompFilterCoefficients
Gets the coefficients of an equalizer filter.Syntax
Parameters
context _In_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 _Out_
Type: float* Coefficient a1 of the specified equalizer filter. a2 _Out_
Type: float* Coefficient a2 of the specified equalizer filter. b0 _Out_
Type: float* Coefficient b0 of the specified equalizer filter. b1 _Out_
Type: float* Coefficient b1 of the specified equalizer filter. b2 _Out_
Type: float* Coefficient b2 of the specified equalizer filter.
