Wwise SDK 2024.1.3
|
#include <IAkPlugin.h>
Public Member Functions | |
virtual IAkPluginParam * | Clone (IAkPluginMemAlloc *in_pAllocator)=0 |
virtual AKRESULT | Init (IAkPluginMemAlloc *in_pAllocator, const void *in_pParamsBlock, AkUInt32 in_uBlockSize)=0 |
virtual AKRESULT | Term (IAkPluginMemAlloc *in_pAllocator)=0 |
virtual AKRESULT | SetParamsBlock (const void *in_pParamsBlock, AkUInt32 in_uBlockSize)=0 |
virtual AKRESULT | SetParam (AkPluginParamID in_paramID, const void *in_pValue, AkUInt32 in_uParamSize)=0 |
Static Public Attributes | |
static const AkPluginParamID | ALL_PLUGIN_DATA_ID = 0x7FFF |
Protected Member Functions | |
virtual | ~IAkPluginParam () |
Virtual destructor on interface to avoid warnings. More... | |
![]() | |
virtual | ~IAkRTPCSubscriber () |
Virtual destructor on interface to avoid warnings. More... | |
Parameter node interface, managing access to an enclosed parameter structure.
![]() | Note: The implementer of this interface should also expose a static creation function that will return a new parameter node instance when required (see Sound Engine Plug-ins Overview). |
Definition at line 643 of file IAkPlugin.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise