> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SetShapeEqCompRawFilterTargetCoefficients

> SetShapeEqCompRawFilterTargetCoefficients

# SetShapeEqCompRawFilterTargetCoefficients

이퀄라이저 필터의 원시 목표 계수를 설정합니다.

## Syntax

```cpp theme={null}
HRESULT SetShapeEqCompRawFilterTargetCoefficients(  
         SHAPE_EQCOMP_CONTEXT* context,  
         SHAPE_EQCOMP_FILTER_INDEX filterIndex,  
         INT32 a1,  
         INT32 a2,  
         INT32 b0,  
         INT32 b1,  
         INT32 b2  
)  
```

### Parameters

*context*   \_Inout\_\
Type: [SHAPE\_EQCOMP\_CONTEXT\*](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)

SHAPE\_EQCOMP\_CONTEXT 구조체에 대한 포인터입니다.

*filterIndex*   \
Type: [SHAPE\_EQCOMP\_FILTER\_INDEX](/reference/audio/shapeeqcompcontext/enums/shape_eqcomp_filter_index)

SHAPE\_EQCOMP\_FILTER\_INDEX 열거형의 한 멤버입니다.

*a1*   \
Type: INT32

지정된 이퀄라이저 필터의 원시 목표 계수 a1입니다.

*a2*   \
Type: INT32

지정된 이퀄라이저 필터의 원시 목표 계수 a2입니다.

*b0*   \
Type: INT32

지정된 이퀄라이저 필터의 원시 목표 계수 b0입니다.

*b1*   \
Type: INT32

지정된 이퀄라이저 필터의 원시 목표 계수 b1입니다.

*b2*   \
Type: INT32

지정된 이퀄라이저 필터의 원시 목표 계수 b2입니다.

### Return value

Type: HRESULT

HRESULT 성공 또는 오류 코드입니다.

## Remarks

각 바이쿼드 필터의 계수(b0, b1, b2, a1, a2)는 24비트 정수로 저장됩니다. 이를 통해 계수 범위는 최대 ±7.998까지 표현할 수 있으며, 이는 허용되는 필터 유형(20 Hz에서 18 kHz의 주파수 범위와 -18 dB에서 18 dB의 게인 범위)에 필요한 계수를 제공하기에 적합합니다.

자세한 내용은 [SHAPE 개요](/build/console-features/audio/overviews/shape-overview)의 [이퀄라이제이션 및 컴프레션](/build/console-features/audio/overviews/shape-overview#ID4ECF)을 참조하세요.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## See also

[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeEqCompRawFilterTargetCoefficients](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomprawfiltertargetcoefficients.md)
- [SetShapeEqCompRawFilterCoefficients](/ko/reference/audio/shapeeqcompcontext/functions/setshapeeqcomprawfiltercoefficients.md)
- [SetShapeEqCompFilterTargetCoefficients](/ko/reference/audio/shapeeqcompcontext/functions/setshapeeqcompfiltertargetcoefficients.md)
- [GetShapeEqCompRawFilterCoefficients](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomprawfiltercoefficients.md)
