Firelight Technologies FMOD Studio API
Retrieves the number of parameters a DSP unit has to control its behaviour.
FMOD_RESULT DSP::getNumParameters(
int *numparams
);
FMOD_RESULT FMOD_DSP_GetNumParameters(
FMOD_DSP *dsp,
int *numparams
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
Use this to enumerate all parameters of a DSP unit with DSP::getParameterInfo.
Version 1.03.06 Built on Apr 17, 2014