SND_GetCurrentCommandTag

C Specification

#include <nitro/snd.h>
u32 SND_GetCurrentCommandTag( void );

Arguments

None.

Return Values

Command tag.

Description

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.

See Also

SND_IsFinishedCommandTag, SND_WaitForCommandProc

Revision History

07/20/2004 Initial version