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

# ShapeFlowGraph

> ShapeFlowGraph

# ShapeFlowGraph

ShapeFlowGraph API

## Functions

| Function                                                                                                   | Description                |
| ---------------------------------------------------------------------------------------------------------- | -------------------------- |
| [SetShapeAllocMixBufferCommand](/reference/audio/shapeflowgraph/functions/setshapeallocmixbuffercommand)   | 仮想ミックスバッファーを割り当てます。        |
| [SetShapeDmaCommand](/reference/audio/shapeflowgraph/functions/setshapedmacommand)                         | SHAPE DMA コマンドを初期化します。     |
| [SetShapeEqCompCommand](/reference/audio/shapeflowgraph/functions/setshapeeqcompcommand)                   | SHAPE EQ/Comp コマンドを初期化します。 |
| [SetShapeFiltVolCommand](/reference/audio/shapeflowgraph/functions/setshapefiltvolcommand)                 | SHAPE FLTVOL コマンドを初期化します。  |
| [SetShapeSrcCommand function](/reference/audio/shapeflowgraph/functions/shapeflowgraph_setshapesrccommand) | SHAPE SRC コマンドを初期化します。     |

## Structures

| Structure                                                                                                                      | Description                         |
| ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| [SHAPE\_FLOWGRAPH\_ALLOC\_MIXBUFFER\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_alloc_mixbuffer_command) | 後続の使用のために物理ミックスバッファーを割り当てます。        |
| [SHAPE\_FLOWGRAPH\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_command)                                   | SHAPE フローグラフコマンド (共用体)。             |
| [SHAPE\_FLOWGRAPH\_COMMAND\_HEADER](/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header)                    | フローグラフコマンドヘッダー。                     |
| [SHAPE\_FLOWGRAPH\_DMA\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_dma_command)                          | ミックスバッファーとシステムメモリ間でデータを移動することを示します。 |
| [SHAPE\_FLOWGRAPH\_EQCOMP\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_eqcomp_command)                    | イコライザー/圧縮パスが必要であることを示します。           |
| [SHAPE\_FLOWGRAPH\_FILTVOL\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_filtvol_command)                  | フィルター/ボリュームパスが必要であることを示します。         |
| [SHAPE\_FLOWGRAPH\_SRC\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command)                          | サンプルレート変換 (SRC) パスが必要であることを示します。    |

## Enumerations

| Enumeration                                                                                           | Description               |
| ----------------------------------------------------------------------------------------------------- | ------------------------- |
| [SHAPE\_FLOWGRAPH\_COMMAND\_TYPE](/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type) | フローグラフコマンドの種類。            |
| [SHAPE\_MIXBUFFER\_ATTENUATION](/reference/audio/shapeflowgraph/enums/shape_mixbuffer_attenuation)    | 割り当て時にミックスバッファーに適用される減衰量。 |


## Related topics

- [オーディオ API リファレンス](/ja-jp/reference/audio/gc-reference-audio-toc.md)
- [ACP の概要](/ja-jp/build/console-features/audio/overviews/acp-overview.md)
- [SHAPE_FLOWGRAPH_COMMAND](/ja-jp/reference/audio/shapeflowgraph/structs/shape_flowgraph_command.md)
- [SHAPE_FLOWGRAPH_COMMAND_HEADER](/ja-jp/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header.md)
- [SHAPE_FLOWGRAPH_SRC_COMMAND](/ja-jp/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command.md)
