Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14

#include <IAkPlugin.h>

Inheritance diagram for AK::IAkPluginParam:
AK::IAkRTPCSubscriber

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...
 
- Protected Member Functions inherited from AK::IAkRTPCSubscriber
virtual  ~IAkRTPCSubscriber ()
  Virtual destructor on interface to avoid warnings. More...
 

Detailed Description

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).
See also

Definition at line 601 of file IAkPlugin.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise