Firelight Technologies FMOD Studio API
Retrieves the number of inputs connected to the DSP unit.
FMOD_RESULT DSP::getNumInputs(
int *numinputs
);
FMOD_RESULT FMOD_DSP_GetNumInputs(
FMOD_DSP *dsp,
int *numinputs
);
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.
Inputs are units that feed data to this unit. When there are multiple inputs, they are mixed together.
Performance warning! Because this function needs to flush the dsp queue before it can determine how many units are available, this function may block significantly while the background mixer thread operates.
Version 1.03.06 Built on Apr 17, 2014