SND_GetCaptureStatus

C Specification

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

Arguments

None.

Return Values

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.

Description

This function uses a return value to determine whether a sound capture is active.

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

08/10/2004 Initial version