Wwise SDK 2015.1.9
版本
include/AK/Plugin/AkSineSourceFactory.h File Reference
Go to the source code of this file.
Functions | |
AK::IAkPluginParam *__cdecl | CreateSineSourceParams (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 plug-in manager. |
|
AK::IAkPlugin *__cdecl | CreateSineSource (AK::IAkPluginMemAlloc *in_pAllocator) |
Plugin mechanism. Source create function and register its address to the plug-in manager. |
|
Variables | |
const AkUInt32 | AKSOURCEID_SINE = 100 |
Detailed Description
Plug-in unique ID and creation functions (hooks) necessary to register the Sine plug-in to the sound engine.
Wwise source name: Sine
Library file: AkSineTone.lib
Definition in file AkSineSourceFactory.h.