NNS_SndCaptureGetCaptureType

Syntax

#include <nnsys/snd.h>
NNSSndCaptureType NNS_SndCaptureGetCaptureType( void );

Arguments

None.

Return Values

Returns the type of the executing capture. Capture type takes one of the values shown below.

Table. NNSSndCaptureType

Label Description
NNS_SND_CAPTURE_TYPE_REVERB Reverb
NNS_SND_CAPTURE_TYPE_EFFECT Effects
NNS_SND_CAPTURE_TYPE_SAMPLING Sampling

Description

Obtains information about the type of capture that is currently executing.

This function can only be called while capture is executing. To check whether capture is executing, call the NNS_SndCaptureIsActive function.

See Also

NNS_SndCaptureIsActive

Revision History

2005/08/18 Initial version.


CONFIDENTIAL