ACP_MESSAGE_COMMAND_COMPLETED Structure

An ACP command has completed.

Syntax

struct ACP_MESSAGE_COMMAND_COMPLETED {
    UINT32 commandType;
    UINT64 commandId;
    UINT32 audioFrame;
};  

Members

commandType
Command Type of completed command.

commandId
Command ID of completed command. It is a UINT64 to support pointers being passed as the command ID.

audioFrame
Audio frame when command completed.

Requirements

Header: Declared in acphal.h.

Library: Use acphal.lib.