Firelight Technologies FMOD Studio API
Retrieves the pre-defined type of a FMOD registered DSP unit.
FMOD_RESULT DSP::getType(
FMOD_DSP_TYPE *type
);
FMOD_RESULT FMOD_DSP_GetType(
FMOD_DSP *dsp,
FMOD_DSP_TYPE *type
);
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.
This is only valid for built in FMOD effects. Any user plugins will simply return FMOD_DSP_TYPE_UNKNOWN.
Version 1.03.06 Built on Apr 17, 2014