Sets the target raw filter coefficients.
HRESULT SetShapeEqCompRawFilterTargetCoefficients(
SHAPE_EQCOMP_CONTEXT *context,
SHAPE_EQCOMP_FILTER_INDEX filterIndex,
INT32 a1,
INT32 a2,
INT32 b0,
INT32 b1,
INT32 b2
)
context
Type: SHAPE_EQCOMP_CONTEXT *
[in, out] Pointer to a SHAPE_EQCOMP_CONTEXT structure.
filterIndex
Type: SHAPE_EQCOMP_FILTER_INDEX
One member of the SHAPE_EQCOMP_FILTER_INDEX enumeration.
a1
Type: INT32
a1.
a2
Type: INT32
a2.
b0
Type: INT32
b0.
b1
Type: INT32
b1.
b2
Type: INT32
b2.
Type: HRESULT
HRESULT success or error code.
Refer to the EQCOMP section of the SHAPE Overview for more details of the coefficients.
Header: Declared in shapeeqcompcontext.h.
Library: Use acphal.lib.