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

> ACP_COMMAND_INCREMENT_PCM_WRITE_POINTER

# ACP\_COMMAND\_INCREMENT\_PCM\_WRITE\_POINTER

Command for updating a PCM write pointer.

## Syntax

```cpp theme={null}
typedef struct ACP_COMMAND_INCREMENT_PCM_WRITE_POINTER {  
    UINT32 contextIndex;  
    UINT32 increment;  
} ACP_COMMAND_INCREMENT_PCM_WRITE_POINTER  
```

### Members

*contextIndex*\
Type: UINT32

Index of a context to be updated.

*increment*\
Type: UINT32

Amount by which the pointer is to be incremented.

## Remarks

Used by `ACP_COMMAND_TYPE_UPDATE_PCM_CONTEXT` to update the PCM context write pointer. It is used only when the PCM context is in circular mode. See the [Guidelines for using Sample Rate Conversion for PCM and XMA data section of Overview of ACP](/build/console-features/audio/overviews/acp-overview#ID4EUPAC).

## Requirements

**Header:** acphal.h

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

## See also

[ACP\_COMMAND\_TYPE](/reference/audio/acphal/enums/acp_command_type)\
[SubmitCommand](/reference/audio/acphal/interfaces/IAcpHal/methods/iacphal_submitcommand)\
[AcpHal](/reference/audio/acphal/acphal_members)
