Wwise SDK 2018.1.11
IAkSourcePlugin
版本
Wwise SDK 2018.1.11
|
AK::IAkSourcePlugin类 参考abstract
Wwise sound engine source plug-in interface (see 如何创建 Wwise 声音引擎源插件). 更多...
类 AK::IAkSourcePlugin 继承关系图:

Public 成员函数 | |
virtual AKRESULT | Init (IAkPluginMemAlloc *in_pAllocator, IAkSourcePluginContext *in_pSourcePluginContext, IAkPluginParam *in_pParams, AkAudioFormat &io_rFormat)=0 |
virtual AkReal32 | GetDuration () const =0 |
virtual AkReal32 | GetEnvelope () const |
virtual AKRESULT | StopLooping () |
virtual AKRESULT | Seek (AkUInt32) |
virtual AKRESULT | TimeSkip (AkUInt32 &) |
virtual void | Execute (AkAudioBuffer *io_pBuffer)=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 | ~IAkSourcePlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Wwise sound engine source plug-in interface (see 如何创建 Wwise 声音引擎源插件).
在文件 IAkPlugin.h 第 1011 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h