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

- [Audio API reference](/ko/reference/audio/gc-reference-audio-toc.md)
- [ACP 개요](/ko/build/console-features/audio/overviews/acp-overview.md)
- [SHAPE_FLOWGRAPH_COMMAND](/ko/reference/audio/shapeflowgraph/structs/shape_flowgraph_command.md)
- [SHAPE_FLOWGRAPH_COMMAND_HEADER](/ko/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header.md)
- [SHAPE_FLOWGRAPH_SRC_COMMAND](/ko/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command.md)
