Wwise SDK 2021.1.8
IAkPlugin
Version
AK::IAkPlugin Class Referenceabstract
#include <IAkPlugin.h>
Inheritance diagram for AK::IAkPlugin:

Public Member Functions | |
virtual AKRESULT | Term (IAkPluginMemAlloc *in_pAllocator)=0 |
virtual AKRESULT | Reset ()=0 |
virtual AKRESULT | GetPluginInfo (AkPluginInfo &out_rPluginInfo)=0 |
virtual bool | SupportMediaRelocation () const |
virtual AKRESULT | RelocateMedia (AkUInt8 *, AkUInt8 *) |
Protected Member Functions | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Wwise sound engine plug-in interface. Shared functionality across different plug-in types.
![]() |
Note: The implementer of this interface should also expose a static creation function that will return a new plug-in instance when required (see Creating Sound Engine Plug-ins). |
Definition at line 674 of file IAkPlugin.h.