목차
AK::IAkSourcePlugin Class Reference
Wwise sound engine source plug-in interface (see How to Create Wwise Sound Engine Source Plug-ins). More...
Inheritance diagram for AK::IAkSourcePlugin:

Public Member Functions | |
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, AK::MultiCoreServices::DspProcess *&out_pDspProcess)=0 |
Protected Member Functions | |
virtual | ~IAkSourcePlugin () |
Virtual destructor on interface to avoid warnings. |
Detailed Description
Wwise sound engine source plug-in interface (see How to Create Wwise Sound Engine Source Plug-ins).
Definition at line 982 of file IAkPlugin.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h