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

# GetShapeEqCompInternalSaturate

> GetShapeEqCompInternalSaturate

# GetShapeEqCompInternalSaturate

내부 포화(saturation) 플래그를 가져옵니다.

## Syntax

```cpp theme={null}
bool GetShapeEqCompInternalSaturate(  
         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: bool

내부 포화 플래그입니다. 포화 상태이면 True입니다.

## Remarks

타이틀 오디오 엔진에서 헤드룸을 관리하기는 매우 어려울 수 있습니다. 이러한 이유로 각 SHAPE(Scalable Hardware Audio Processing Engine) 블록은 신호 오버헤드 및 게인과 관련된 상태를 유지합니다. SRC(Sample Rate Convertor)를 제외한 각 블록은 처리 중에 내부 포화가 발생했는지 여부를 나타내는 플래그를 유지합니다.

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

## Requirements

**Header:** shapeeqcompcontext.h

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

## See also

[GetShapeEqCompPeakMagnitude](/reference/audio/shapeeqcompcontext/functions/getshapeeqcomppeakmagnitude)\
[GetShapeEqCompMixBufferPeakMagnitude](/reference/audio/shapeeqcompcontext/functions/getshapeeqcompmixbufferpeakmagnitude)\
[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeSrcInternalSaturate](/ko/reference/audio/shapesrccontext/functions/getshapesrcinternalsaturate.md)
- [GetShapeFiltVolInternalSaturate](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolinternalsaturate.md)
- [GetShapeEqCompSidechainMode](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompsidechainmode.md)
- [GetShapeEqCompThreshold](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompthreshold.md)
