> ## 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  
}  
```

## 定数

| 定数                                       | 説明        |
| ---------------------------------------- | --------- |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_NORMAL   | ノーマル モード。 |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_INTERNAL | 内部モード。    |
| SHAPE\_EQCOMP\_SIDECHAIN\_MODE\_EXTERNAL | 外部モード。    |

## 解説

この列挙型は、[GetShapeEqCompSidechainMode](/reference/audio/shapeeqcompcontext/functions/getshapeeqcompsidechainmode) 関数および [SetShapeEqCompSidechainMode](/reference/audio/shapeeqcompcontext/functions/setshapeeqcompsidechainmode) 関数で使用されます。

EQ/コンプレッサー-エキスパンダー ブロックは、1 つまたは 2 つのミックス バッファーから入力を受け取ります。

* 1 つ目の入力は、処理対象のオーディオ信号です。
* 2 つ目の入力は*サイドチェーン*と呼ばれ、オーディオ コンプレッションの決定に使用されるオプションの制御信号です。

各モードの処理は次の図に示すとおりです。

**ノーマル、内部、および外部モード。**\\

<img src="https://mintcdn.com/microsoft-4404708b/-_0FrcE2bDxzGxv-/images/gdk/reference/eqcompressor.png?fit=max&auto=format&n=-_0FrcE2bDxzGxv-&q=85&s=a86eefe2790561d6a18fb9e814da3204" alt="ノーマル、内部、および外部モードの処理シーケンスを示す図。" width="344" height="400" data-path="images/gdk/reference/eqcompressor.png" />

詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview)の[イコライゼーションおよびコンプレッション](/build/console-features/audio/overviews/shape-overview#ID4ECF)を参照してください。

## 要件

**ヘッダー:** shapeeqcompcontext.h

**対応プラットフォーム:** XBOX One ファミリ本体および XBOX Series 本体

## 関連項目

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


## Related topics

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