#include <nitro/snd.h>
u32 SND_GetChannelStatus(
void )
;
Bit flags indicating whether each channel is active or not. The channels are represented in order, with the lowest bit representing channel 0. A channel is active if its representative bit is standing.
Gets the status of the channels, showing whether they are active or not.
This function is carried out asynchronously with respect to ARM7 command functions. To achieve synchronization, you must use a function such as SND_IsFinishedCommandTag to confirm that ARM7 commands have finished processing.
2004/07/20 Initial version.
CONFIDENTIAL