SND_GetChannelStatus

C Specification

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

Arguments

None.

Return Values

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.

Description

Gets the status of the channels, showing whether they are active or not.

Caution

This function is carried out asynchronously with respect to ARM7 command functions. To acquire synchronization, you must use a function such as the SND_IsFinishedCommandTag function to confirm that the processing of ARM7 commands has completed.

See Also

SND_IsFinishedCommandTag

Revision History

07/20/2004 Initial version