#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 acquire synchronization, you must use a function such as the SND_IsFinishedCommandTag
function to confirm that the processing of ARM7 commands has completed.
08/10/2004 Initial version