Wwise SDK 2018.1.11
버전
Wwise SDK 2018.1.11
|
List of all members |
Public Member Functions |
Static Public Attributes |
Protected Member Functions
AK::IAkPluginParam Class Referenceabstract
Inheritance diagram for AK::IAkPluginParam:

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... |
|
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 Wwise Sound Engine Plug-ins Overview). |
Definition at line 539 of file IAkPlugin.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h