Wwise SDK 2024.1.3
|
Software effect plug-in interface for out-of-place processing (see Creating Sound Engine Effect Plug-ins). More...
#include <IAkPlugin.h>
Public Member Functions | |
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 *) |
Additional Inherited Members | |
![]() | |
virtual | ~IAkEffectPlugin () |
Virtual destructor on interface to avoid warnings. More... | |
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. More... | |
Software effect plug-in interface for out-of-place processing (see Creating Sound Engine Effect Plug-ins).
Definition at line 826 of file IAkPlugin.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise