Command to update an array of a single SHAPE context type.
struct ACP_COMMAND_UPDATE_CONTEXTS {
UINT32 entryCount;
APU_ADDRESS entries;
UINT32 indexCount;
APU_ADDRESS indices;
};
entryCount
Count of entries.
entries
Pointer to array of entries.
indexCount
Count of indices.
indices
Array of unsigned 16bit indices into entries.
Refer to the ramarks for ACP_COMMAND_UPDATE_ALL_CONTEXTS.
Header: Declared in acphal.h.
Library: Use acphal.lib.
ACP_COMMAND_UPDATE_DMA_READ_CONTEXT_ENTRY
ACP_COMMAND_UPDATE_DMA_WRITE_CONTEXT_ENTRY
ACP_COMMAND_UPDATE_EQCOMP_CONTEXT_ENTRY
ACP_COMMAND_UPDATE_FILTVOL_CONTEXT_ENTRY
ACP_COMMAND_UPDATE_PCM_CONTEXT_ENTRY