#include <nitro/snd.h>
u32 SND_GetCaptureStatus(
void )
;
This function uses a bit flag to indicate whether each sound capture is active. The return values indicate capture 0, capture 1 in order from the lower order bit. If the sound capture is active, the bit is set.
This function uses a return value to determine whether a sound capture is active.
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/08/10 Initial version.
CONFIDENTIAL