Firelight Technologies FMOD Studio API
These are plugin types defined for use with the System::getNumPlugins, System::getPluginInfo and System::unloadPlugin functions.
typedef enum {
FMOD_PLUGINTYPE_OUTPUT,
FMOD_PLUGINTYPE_CODEC,
FMOD_PLUGINTYPE_DSP,
FMOD_PLUGINTYPE_MAX
} FMOD_PLUGINTYPE;
FMOD_PLUGINTYPE_OUTPUT
The plugin type is an output module. FMOD mixed audio will play through one of these devices
FMOD_PLUGINTYPE_CODEC
The plugin type is a file format codec. FMOD will use these codecs to load file formats for playback.
FMOD_PLUGINTYPE_DSP
The plugin type is a DSP unit. FMOD will use these plugins as part of its DSP network to apply effects to output or generate sound in realtime.
FMOD_PLUGINTYPE_MAX
Maximum number of plugin types supported.
Version 1.03.06 Built on Apr 17, 2014