Wwise SDK 2018.1.11
IAkOutOfPlaceEffectPlugin
バージョン
Wwise SDK 2018.1.11
|
Software effect plug-in interface for out-of-place processing (see Wwise サウンドエンジン エフェクトプラグインの作成方法). [詳解]
AK::IAkOutOfPlaceEffectPlugin の継承関係図

公開メンバ関数 | |
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 *) |
その他の継承メンバ | |
![]() | |
virtual | ~IAkEffectPlugin () |
Virtual destructor on interface to avoid warnings. [詳解] |
|
![]() | |
virtual | ~IAkPlugin () |
Virtual destructor on interface to avoid warnings. [詳解] |
|
詳解
Software effect plug-in interface for out-of-place processing (see Wwise サウンドエンジン エフェクトプラグインの作成方法).
IAkPlugin.h の 721 行目に定義があります。
このクラス詳解は次のファイルから抽出されました:
- include/AK/SoundEngine/Common/IAkPlugin.h