> ## 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.

# GetShapeEqCompGainTarget

> GetShapeEqCompGainTarget

# GetShapeEqCompGainTarget

컴프레서의 출력(메이크업) 게인의 타깃을 가져옵니다.

## Syntax

```cpp theme={null}
float GetShapeEqCompGainTarget(  
         const SHAPE_EQCOMP_CONTEXT* context  
)  
```

### Parameters

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

`SHAPE_EQCOMP_CONTEXT` 객체에 대한 포인터입니다.

### Return value

Type: float

게인 타깃입니다.

## Remarks

컴프레서는 입력 레벨을 모니터링하고 동적 게인 값을 생성하여 신호의 다이내믹 레인지를 제한합니다. 그런 다음 컴프레서는 이 게인 값을 신호의 배수로 사용하여 현재 입력 신호의 레벨에 따라 신호를 적절히 스케일링합니다. 다시 말해, 컴프레서는 입력 신호를 지속적으로 모니터링하고 스스로 조정하는 자동 볼륨 컨트롤입니다.

자세한 내용은 [Overview of SHAPE](/build/console-features/audio/overviews/shape-overview)의 [Equalization and compression](/build/console-features/audio/overviews/shape-overview#ID4ECF)을 참조하십시오.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[SetShapeEqCompGainTarget](/reference/audio/shapeeqcompcontext/functions/setshapeeqcompgaintarget)\
[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [SetShapeEqCompGainTarget](/ko/reference/audio/shapeeqcompcontext/functions/setshapeeqcompgaintarget.md)
- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeEqCompGain](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompgain.md)
- [GetShapeEqCompGainReduction](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompgainreduction.md)
- [GetShapeEqCompLogGain](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomploggain.md)
