Wwise SDK 2015.1.9
版本
include/AK/Plugin/AuroPannerMixerFactory.h File Reference
Go to the source code of this file.
Functions | |
AK::IAkPluginParam *__cdecl | CreateAuroPannerMixerParams (AK::IAkPluginMemAlloc *in_pAllocator) |
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. |
|
AK::IAkPlugin *__cdecl | CreateAuroPannerMixer (AK::IAkPluginMemAlloc *in_pAllocator) |
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::IAkPluginParam *__cdecl | CreateAuroPannerMixerAttachmentParams (AK::IAkPluginMemAlloc *in_pAllocator) |
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. |
|
Variables | |
const unsigned long | AKEFFECTID_AUROPANNER = 1101 |
const unsigned long | AKEFFECTID_AUROPANNER_ATTACHMENT = 1102 |
Detailed Description
Plug-in unique ID and creation functions (hooks) necessary to register the mixer plug-in in the sound engine.
Wwise effect name: Auro Panner
Library file: AuroPanner.lib
Definition in file AuroPannerMixerFactory.h.