Wwise SDK 2018.1.11
IAkPluginParam
版本
Wwise SDK 2018.1.11
|
AK::IAkPluginParam类 参考abstract
类 AK::IAkPluginParam 继承关系图:

Public 成员函数 | |
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 |
静态 Public 属性 | |
static const AkPluginParamID | ALL_PLUGIN_DATA_ID = 0x7FFF |
Protected 成员函数 | |
virtual | ~IAkPluginParam () |
Virtual destructor on interface to avoid warnings. 更多... |
|
![]() | |
virtual | ~IAkRTPCSubscriber () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
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 声音引擎插件概述). |
- 参见
在文件 IAkPlugin.h 第 539 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h