SND_GetCurrentCommandTag

Syntax

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

Arguments

None.

Return Values

Command tag.

Description

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.

See Also

SND_IsFinishedCommandTag, SND_WaitForCommandProc

Revision History

2004/07/20 Initial version.


CONFIDENTIAL