#include IAkPlugin.h>
公開メンバ関数 | |
| 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 | ~IAkPlugin () |
| Virtual destructor on interface to avoid warnings. [詳解] | |
Wwise sound engine plug-in interface. Shared functionality across different plug-in types.
![]() | 注釈: The implementer of this interface should also expose a static creation function that will return a new plug-in instance when required (see Sound Engineプラグインの作成). |
IAkPlugin.h の 779 行目に定義があります。