Firelight Technologies FMOD Studio API
Retrieves the number of outputs connected to the DSP unit.
FMOD_RESULT DSP::getNumOutputs(
int *numoutputs
);
FMOD_RESULT FMOD_DSP_GetNumOutputs(
FMOD_DSP *dsp,
int *numoutputs
);
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.
Outputs are units that this unit feeds data to. When there are multiple outputs, the data is split and sent to each unit individually.
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