Table des matières
Wwise SDK 2018.1.11
|
AkVoiceCompressorFXFactory.h
Go to the documentation of this file.
31 /// Plug-in unique ID and creation functions (hooks) necessary to register the compressor plug-in in the sound engine.
42 /// - This ID must be the same as the plug-in ID in the plug-in's XML definition file, and is persisted in project files.
48 /// Static creation function that returns an instance of the sound engine plug-in parameter node to be hooked by the sound engine's plug-in manager.
53 /// Static creation function that returns an instance of the sound engine plug-in to be hooked by the sound engine's plug-in manager.
AK::IAkPlugin *__cdecl CreateVoiceCompressorFX(AK::IAkPluginMemAlloc *in_pAllocator)
Static creation function that returns an instance of the sound engine plug-in to be hooked by the sou...
Definition: IAkPluginMemAlloc.h:45
const unsigned long AKEFFECTID_VOICECOMPRESSOR
Definition: AkVoiceCompressorFXFactory.h:46
Definition: IAkPlugin.h:610
AK::IAkPluginParam *__cdecl CreateVoiceCompressorFXParams(AK::IAkPluginMemAlloc *in_pAllocator)
Static creation function that returns an instance of the sound engine plug-in parameter node to be ho...
Definition: IAkPlugin.h:539