Wwise SDK 2018.1.11
IAkInPlaceEffectPlugin
Version
Wwise SDK 2018.1.11
|
AK::IAkInPlaceEffectPlugin Class Referenceabstract
Software effect plug-in interface for in-place processing (see How to Create Wwise Sound Engine Effect Plug-ins). More...
Inheritance diagram for AK::IAkInPlaceEffectPlugin:

Public Member Functions | |
virtual void | Execute (AkAudioBuffer *io_pBuffer)=0 |
virtual AKRESULT | TimeSkip (AkUInt32 in_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 *) |
Additional Inherited Members | |
![]() | |
virtual | ~IAkEffectPlugin () |
Virtual destructor on interface to avoid warnings. More... |
|
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Software effect plug-in interface for in-place processing (see How to Create Wwise Sound Engine Effect Plug-ins).
Definition at line 697 of file IAkPlugin.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h