GetShapeEqCompFilterTargetCoefficients
Gets the target 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* Target coefficient a1 of the specified equalizer filter. a2 _Out_
Type: float* Target coefficient a2 of the specified equalizer filter. b0 _Out_
Type: float* Target coefficient b0 of the specified equalizer filter. b1 _Out_
Type: float* Target coefficient b1 of the specified equalizer filter. b2 _Out_
Type: float* Target coefficient b2 of the specified equalizer filter.
