GetShapeEqCompRawFilterCoefficients

Gets the raw filter compression coefficients.

Syntax

HRESULT GetShapeEqCompRawFilterCoefficients(
         const SHAPE_EQCOMP_CONTEXT *context,
         SHAPE_EQCOMP_FILTER_INDEX filterIndex,
         INT32 *a1,
         INT32 *a2,
         INT32 *b0,
         INT32 *b1,
         INT32 *b2
)  

Parameters

context
Type: SHAPE_EQCOMP_CONTEXT *

[in] 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 *

[out] a1.

a2
Type: INT32 *

[out] a2.

b0
Type: INT32 *

[out] b0.

b1
Type: INT32 *

[out] b1.

b2
Type: INT32 *

[out] b2.

Return value

Type: HRESULT 

HRESULT success or error code.

Remarks

Refer to the EQCOMP section of the SHAPE Overview for more details of the coefficients.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.