Table of Contents
Wwise SDK 2018.1.11
|
AK::IAkSinkPlugin Class Referenceabstract
Software effect plug-in interface for sink (audio end point) plugins. More...
Inheritance diagram for AK::IAkSinkPlugin:

Public Member Functions | |
virtual AKRESULT | Init (IAkPluginMemAlloc *in_pAllocator, IAkSinkPluginContext *in_pSinkPluginContext, IAkPluginParam *in_pParams, AkAudioFormat &io_rFormat)=0 |
virtual AKRESULT | IsDataNeeded (AkUInt32 &out_uNumFramesNeeded)=0 |
virtual void | Consume (AkAudioBuffer *in_pInputBuffer, AkRamp in_gain)=0 |
virtual void | OnFrameEnd ()=0 |
virtual bool | IsStarved ()=0 |
virtual void | ResetStarved ()=0 |
Reset the "starvation" flag after IsStarved() returned true. More... |
|
![]() | |
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 Member Functions | |
virtual | ~IAkSinkPlugin () |
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 sink (audio end point) plugins.
Definition at line 943 of file IAkPlugin.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h