#include <nitro/snd.h>
u32 SND_GetCurrentCommandTag(
void )
;
Gets the current command tag.
Once the command tag is obtained, you can either confirm that earlier commands have finished processing using the SND_IsFinishedCommandTag function, or wait for them to complete using the SND_WaitForCommandProc function.
SND_IsFinishedCommandTag, SND_WaitForCommandProc
2004/07/20 Initial version.
CONFIDENTIAL