目次
クラス AK::IAkSourcePlugin
Wwise sound engine source plug-in interface (see Wwise サウンドエンジン ソースプラグインの作成方法). [詳細]
AK::IAkSourcePluginに対する継承グラフ

Public メソッド | |
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 メソッド | |
virtual | ~IAkSourcePlugin () |
Virtual destructor on interface to avoid warnings. |
説明
Wwise sound engine source plug-in interface (see Wwise サウンドエンジン ソースプラグインの作成方法).
IAkPlugin.h の 982 行で定義されています。
このクラスの説明は次のファイルから生成されました:
- include/AK/SoundEngine/Common/IAkPlugin.h