SND_GetCaptureStatus

Syntax

#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.

Note

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.

See Also

SND_IsFinishedCommandTag

Revision History

2004/08/10 Initial version.


CONFIDENTIAL