NNS_SndUnlockCapture

Syntax

#include <nnsys/snd.h>
void NNS_SndUnlockCapture( u32 capBitFlag );

Arguments

capBitFlag The bit flag of the capture that frees the lock.

Return Values

None.

Description

Unlocks the capture.

Specify the capture to unlock with capBitFlag. Capture 0 and capture 1 are shown in order from the lower bit, and all captures with a set bit are unlocked.

Note

This function and the NNS_SndLockCapture function must be called on a one-to-one correspondence. Be aware that attempting to unlock a capture that has not been locked will result in unexpected malfunctions.

See Also

NNS_SndLockCapture

Revision History

2004/10/25 Initial version.


CONFIDENTIAL