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

Public 成员函数 | |
virtual void | Execute (AkAudioBuffer *in_pBuffer, AkUInt32 in_uInOffset, AkAudioBuffer *out_pBuffer)=0 |
virtual AKRESULT | TimeSkip (AkUInt32 &io_uFrames)=0 |
![]() | |
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 *) |
额外继承的成员函数 | |
![]() | |
virtual | ~IAkEffectPlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Software effect plug-in interface for out-of-place processing (see 如何创建 Wwise 声音引擎效果器插件).
在文件 IAkPlugin.h 第 721 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h