SND_WaitForFreeCommand

Syntax

#include <nitro/snd.h>
void SND_WaitForFreeCommand( int count );

Arguments

count The number of requested free commands.

Return Values

None.

Description

Waits until the number of free commands exceeds that specified in count.

In order for a group of commands of to be processed at the same time, free commands equal in number to the group of commands must be available. If there are not enough free commands, then the group of commands can be divided up and processed with different timing.

See Also

None.

Revision History

2004/07/20 Initial version.


CONFIDENTIAL