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

API de ShapeFlowGraph

## Funciones

| Función                                                                                                   | Descripción                             |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [SetShapeAllocMixBufferCommand](/reference/audio/shapeflowgraph/functions/setshapeallocmixbuffercommand)  | Asigna un búfer de mezcla virtual.      |
| [SetShapeDmaCommand](/reference/audio/shapeflowgraph/functions/setshapedmacommand)                        | Inicializa un comando DMA de SHAPE.     |
| [SetShapeEqCompCommand](/reference/audio/shapeflowgraph/functions/setshapeeqcompcommand)                  | Inicializa un comando EQ/Comp de SHAPE. |
| [SetShapeFiltVolCommand](/reference/audio/shapeflowgraph/functions/setshapefiltvolcommand)                | Inicializa un comando FLTVOL de SHAPE.  |
| [Función SetShapeSrcCommand](/reference/audio/shapeflowgraph/functions/shapeflowgraph_setshapesrccommand) | Inicializa un comando SRC de SHAPE.     |

## Estructuras

| Estructura                                                                                                                     | Descripción                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
| [SHAPE\_FLOWGRAPH\_ALLOC\_MIXBUFFER\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_alloc_mixbuffer_command) | Asigna un búfer de mezcla físico para su uso posterior.                            |
| [SHAPE\_FLOWGRAPH\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_command)                                   | Comando de grafo de flujo de Shape (unión).                                        |
| [SHAPE\_FLOWGRAPH\_COMMAND\_HEADER](/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header)                    | Encabezado de comando de grafo de flujo.                                           |
| [SHAPE\_FLOWGRAPH\_DMA\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_dma_command)                          | Indica que se deben mover datos entre un búfer de mezcla y la memoria del sistema. |
| [SHAPE\_FLOWGRAPH\_EQCOMP\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_eqcomp_command)                    | Indica que se necesita una pasada de ecualizador/compresión.                       |
| [SHAPE\_FLOWGRAPH\_FILTVOL\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_filtvol_command)                  | Indica que se necesita una pasada de filtro/volumen.                               |
| [SHAPE\_FLOWGRAPH\_SRC\_COMMAND](/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command)                          | Indica que se necesita una pasada de conversión de frecuencia de muestreo (SRC).   |

## Enumeraciones

| Enumeración                                                                                           | Descripción                                                    |
| ----------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [SHAPE\_FLOWGRAPH\_COMMAND\_TYPE](/reference/audio/shapeflowgraph/enums/shape_flowgraph_command_type) | Tipo de comando de grafo de flujo.                             |
| [SHAPE\_MIXBUFFER\_ATTENUATION](/reference/audio/shapeflowgraph/enums/shape_mixbuffer_attenuation)    | Atenuación aplicada a un búfer de mezcla (para la asignación). |


## Related topics

- [Referencia de la API de audio](/es/reference/audio/gc-reference-audio-toc.md)
- [Información general sobre ACP](/es/build/console-features/audio/overviews/acp-overview.md)
- [SHAPE_FLOWGRAPH_COMMAND](/es/reference/audio/shapeflowgraph/structs/shape_flowgraph_command.md)
- [SHAPE_FLOWGRAPH_COMMAND_HEADER](/es/reference/audio/shapeflowgraph/structs/shape_flowgraph_command_header.md)
- [SHAPE_FLOWGRAPH_SRC_COMMAND](/es/reference/audio/shapeflowgraph/structs/shape_flowgraph_src_command.md)
