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

# SHAPE_EQCOMP_SIDECHAIN_MODE

> SHAPE_EQCOMP_SIDECHAIN_MODE

# SHAPE\_EQCOMP\_SIDECHAIN\_MODE

사이드체인 모드입니다.

## Syntax

```cpp theme={null}
enum SHAPE_EQCOMP_SIDECHAIN_MODE    
{  
    SHAPE_EQCOMP_SIDECHAIN_MODE_NORMAL,  
    SHAPE_EQCOMP_SIDECHAIN_MODE_INTERNAL,  
    SHAPE_EQCOMP_SIDECHAIN_MODE_EXTERNAL  
}  
```

## Constants

| Constant                                 | 설명        |
| ---------------------------------------- | --------- |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_NORMAL   | 일반 모드입니다. |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_INTERNAL | 내부 모드입니다. |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_EXTERNAL | 외부 모드입니다. |

## Remarks

이 열거형은 [GetShapeEqCompSidechainMode](/reference/audio/shapeeqcompcontext/functions/getshapeeqcompsidechainmode) 및 [SetShapeEqCompSidechainMode](/reference/audio/shapeeqcompcontext/functions/setshapeeqcompsidechainmode) 함수에서 사용됩니다.

EQ/컴프레서-익스팬더 블록은 하나 또는 두 개의 믹스 버퍼에서 입력을 받습니다:

* 하나의 입력은 처리할 오디오 신호입니다.
* \*사이드체인(sidechain)\*이라고 하는 두 번째 입력은 오디오 컴프레션을 결정하는 데 사용되는 선택적 제어 신호입니다.

각 모드의 처리는 다음 다이어그램에 표시되어 있습니다.

**Normal, Internal, External 모드.**\\

<img src="https://mintcdn.com/microsoft-4404708b/-_0FrcE2bDxzGxv-/images/gdk/reference/eqcompressor.png?fit=max&auto=format&n=-_0FrcE2bDxzGxv-&q=85&s=a86eefe2790561d6a18fb9e814da3204" alt="Normal, Internal, External 모드의 처리 순서를 보여주는 다이어그램." width="344" height="400" data-path="images/gdk/reference/eqcompressor.png" />

자세한 내용은 [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

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


## Related topics

- [SetShapeEqCompSidechainMode](/ko/reference/audio/shapeeqcompcontext/functions/setshapeeqcompsidechainmode.md)
- [GetShapeEqCompSidechainMode](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompsidechainmode.md)
- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [SetShapeEqCompCommand](/ko/reference/audio/shapeflowgraph/functions/setshapeeqcompcommand.md)
- [SHAPE_EQCOMP_CONTEXT](/ko/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context.md)
