Table of Contents
Wwise SDK 2018.1.11
|
AkSinkFactory.h File Reference
Go to the source code of this file.
Variables | |
const unsigned long | AKEFFECTID_SINK = 152 |
Detailed Description
Plug-in unique ID and creation functions (hooks) necessary to register the mixer plug-in in the sound engine.
Wwise effect name: Sink
Library file: AkSink.lib
Registers the Audio Sink Sample plugin automatically. This file should be included once in a .CPP (not a .h, really). The simple inclusion of this file and the linking of the library is enough to use the plugin. WARNING: Include this file only if you wish to link statically with the plugins. Dynamic Libaries (DLL, so, etc) are automatically detected and do not need this include file.
Wwise plugin name: Audio Sink Sample
Library file: AkSink.lib
Definition in file AkSinkFactory.h.