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

# ACP_MESSAGE_SHAPE_COMMAND_BLOCKED

> ACP_MESSAGE_SHAPE_COMMAND_BLOCKED

# ACP\_MESSAGE\_SHAPE\_COMMAND\_BLOCKED

SHAPE command (SRC or DMA) context is blocked.

## Syntax

```cpp theme={null}
typedef struct ACP_MESSAGE_SHAPE_COMMAND_BLOCKED {  
    UINT32 contextIndex;  
    APU_ADDRESS flowgraph;  
} ACP_MESSAGE_SHAPE_COMMAND_BLOCKED  
```

### Members

*contextIndex*\
Type: UINT32

Index of the blocked context.

*flowgraph*\
Type: APU\_ADDRESS

Physical address of the blocked flowgraph.

## Remarks

This structure is used in the [ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type) enumeration. It is also used in the `ACP_MESSAGE_TYPE_SRC_BLOCKED` and `ACP_MESSAGE_TYPE_DMA_BLOCKED` messages. For a Sample Rate Convertor (SRC) context, the message indicates that the context is waiting for source data. For a Direct Memory Access (DMA) context, the message indicates that the context is waiting for source data or that the output buffer is full.

## Requirements

**Header:** acphal.h

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

[ACP\_MESSAGE\_TYPE](/reference/audio/acphal/enums/acp_message_type)\
[AcpHal](/reference/audio/acphal/acphal_members)


## Related topics

- [ACP_MESSAGE](/reference/audio/acphal/structs/acp_message.md)
- [AcpHal](/reference/audio/acphal/acphal_members.md)
- [ACP_COMMAND_MESSAGE](/reference/audio/acphal/structs/acp_command_message.md)
- [ACP_MESSAGE_COMMAND_COMPLETED](/reference/audio/acphal/structs/acp_message_command_completed.md)
- [ACP_COMMAND_LOAD_SHAPE_FLOWGRAPH](/reference/audio/acphal/structs/acp_command_load_shape_flowgraph.md)
