#include <nitro/snd.h>
u32 SND_GetCurrentCommandTag(
void )
;
Gets the current command tag.
Once this command tag is obtained, you can check whether command processes prior to the tag have ended by using the SND_IsFinishedCommandTag
function, and you can use the SND_WaitForCommandProc
function to wait until the immediately prior command process ends.
SND_IsFinishedCommandTag, SND_WaitForCommandProc
07/20/2004 Initial version