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

# ShapeSrcContext

> ShapeSrcContext

# ShapeSrcContext

ShapeSrcContext API

## 関数

| 関数                                                                                                                  | 説明                                                |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [GetShapeSrcCommandType](/reference/audio/shapesrccontext/functions/getshapesrccommandtype)                         | 現在の SRC コマンドを取得します。                               |
| [GetShapeSrcInternalSaturate](/reference/audio/shapesrccontext/functions/getshapesrcinternalsaturate)               | 内部飽和フラグを取得します。                                    |
| [GetShapeSrcMixBufferPeakMagnitude0](/reference/audio/shapesrccontext/functions/getshapesrcmixbufferpeakmagnitude0) | 左チャネルまたはモノラルチャネル用の出力ミックスバッファーのピークマグニチュードを取得します。   |
| [GetShapeSrcMixBufferPeakMagnitude1](/reference/audio/shapesrccontext/functions/getshapesrcmixbufferpeakmagnitude1) | 右チャネルまたは 2 番目のチャネル用の出力ミックスバッファーのピークマグニチュードを取得します。 |
| [GetShapeSrcPeakMagnitude0](/reference/audio/shapesrccontext/functions/getshapesrcpeakmagnitude0)                   | 左チャネルのピークマグニチュードを取得します。                           |
| [GetShapeSrcPeakMagnitude1](/reference/audio/shapesrccontext/functions/getshapesrcpeakmagnitude1)                   | 右チャネルのピークマグニチュードを取得します。                           |
| [GetShapeSrcPitch](/reference/audio/shapesrccontext/functions/getshapesrcpitch)                                     | ピッチを取得します。                                        |
| [GetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/getshapesrcpitchtarget)                         | ピッチターゲットを取得します。                                   |
| [GetShapeSrcSampleCount](/reference/audio/shapesrccontext/functions/getshapesrcsamplecount)                         | サンプル数を取得します。                                      |
| [GetShapeSrcSamplePointer](/reference/audio/shapesrccontext/functions/getshapesrcsamplepointer)                     | 現在のサンプルポインターを取得します。                               |
| [GetShapeSrcTimestamp](/reference/audio/shapesrccontext/functions/getshapesrctimestamp)                             | SRC コンテキストのタイムスタンプを取得します。                         |
| [GetShapeSrcXmaBlocksToSkip](/reference/audio/shapesrccontext/functions/getshapesrcxmablockstoskip)                 | 開始時にスキップする XMA ブロック数を取得します。                       |
| [PitchToShapeSrcSamplingIncrement](/reference/audio/shapesrccontext/functions/pitchtoshapesrcsamplingincrement)     | ピッチ値を SRC サンプリング増分に変換します。                         |
| [SetShapeSrcCommand](/reference/audio/shapesrccontext/functions/shapesrccontext_setshapesrccommand)                 | SRC コマンドを設定します。                                   |
| [SetShapeSrcPitch](/reference/audio/shapesrccontext/functions/setshapesrcpitch)                                     | ピッチを設定します。                                        |
| [SetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget)                         | ピッチターゲットを設定します。                                   |
| [SetShapeSrcXmaBlocksToSkip](/reference/audio/shapesrccontext/functions/setshapesrcxmablockstoskip)                 | 開始時にスキップする XMA ブロック数を設定します。                       |
| [ShapeSrcSamplingIncrementToPitch](/reference/audio/shapesrccontext/functions/shapesrcsamplingincrementtopitch)     | SRC サンプリング増分をピッチ値に変換します。                          |

## 構造体

| 構造体                                                                               | 説明                          |
| --------------------------------------------------------------------------------- | --------------------------- |
| [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context) | サンプルレートコンバーター (SRC) コンテキスト。 |

## 列挙型

| 列挙型                                                                                        | 説明        |
| ------------------------------------------------------------------------------------------ | --------- |
| [SHAPE\_SRC\_COMMAND\_TYPE](/reference/audio/shapesrccontext/enums/shape_src_command_type) | SRC コマンド。 |


## Related topics

- [SHAPE_SRC_CONTEXT](/ja-jp/reference/audio/shapesrccontext/structs/shape_src_context.md)
- [GetShapeSrcTimestamp](/ja-jp/reference/audio/shapesrccontext/functions/getshapesrctimestamp.md)
- [GetShapeSrcPitch](/ja-jp/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
- [SetShapeSrcCommand](/ja-jp/reference/audio/shapesrccontext/functions/shapesrccontext_setshapesrccommand.md)
- [SHAPE_SRC_COMMAND_TYPE](/ja-jp/reference/audio/shapesrccontext/enums/shape_src_command_type.md)
