#include <nitro/snd.h>
const SNDCommand* SND_RecvCommandReply( u32 flags );
If there is a command process reply, the processed command list is returned. If there is no reply, NULL is returned.
Receives the command process reply.
SND_COMMAND_BLOCK
or SND_COMMAND_NOBLOCK
can be specified in flags. If set to SND_COMMAND_BLOCK
, then blocking occurs inside the function until there is a command process reply. If set to SND_COMMAND_NOBLOCK
, then NULL is returned if there is no command process reply.
If there are no reserved commands, then there will be no command process reply even if the SND_FlushCommand function is called.
2004/07/20 Initial version.
CONFIDENTIAL