Miles Sound System SDK 7.2a

RAD_IOP_SPU_GLOBAL_STATE_CALLBACK

The function RAD_IOP_SPU_GLOBAL_STATE_CALLBACK points to a function that will be called when the async query completes.

void RAD_IOP_SPU_GLOBAL_STATE_CALLBACK(
  RAD_IOP_SPU_GLOBAL_STATE const *query_data
);

In Parameters

query_data
Specifies the pointer to the structure that you called RAD_IOPQueueAsyncSPUGlobalState with.

Discussion

This function will be called once the query is completed (at interrupt level). Be careful that the code you write in this function is interrupt-safe.

This callback will be made for success or failure, so check the status field value to determine whether the query actually succeeded.


Group: The RAD_IOP SPU Hardware Voice API for the Sony PS2
Related Functions: RAD_IOPQueueAsyncSPUGlobalState
Related Basic Types: void
Related Structures: RAD_IOP_SPU_GLOBAL_STATE

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.