#include <nnsys/snd.h>
void NNS_SndUnlockCapture( u32 capBitFlag );
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.
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.
2004/10/25 Initial version.
CONFIDENTIAL