目录
Wwise SDK 2018.1.11
|
AK::IAkEffectPlugin类 参考abstract
Software effect plug-in interface (see 如何创建 Wwise 声音引擎效果器插件). 更多...
类 AK::IAkEffectPlugin 继承关系图:

Public 成员函数 | |
virtual AKRESULT | Init (IAkPluginMemAlloc *in_pAllocator, IAkEffectPluginContext *in_pEffectPluginContext, IAkPluginParam *in_pParams, AkAudioFormat &io_rFormat)=0 |
![]() | |
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 成员函数 | |
virtual | ~IAkEffectPlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Software effect plug-in interface (see 如何创建 Wwise 声音引擎效果器插件).
在文件 IAkPlugin.h 第 677 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h