Skip to main content

AcpHalCreate

Creates an instance of the Audio Control Processor (ACP) interface.

Syntax

Parameters

acp   _Outptr_
Type: IAcpHal**
An instance of the ACP interface.

Return value

Type: HRESULT If the method succeeds, it returns S_OK. If the method fails, it returns one of the following codes (partial list):

Remarks

This call creates an ACP client, which can process one flowgraph at a time. If multiple flowgraphs are to be processed simultaneously, create multiple clients. Any contexts to be used with an ACP client must be allocated with AcpHalAllocateShapeContexts before calling AcpHalCreate.

Requirements

Header: acphal.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

AcpHal
Last modified on August 20, 2026