バージョン

menu_open
Wwise SDK 2022.1.12
AK::IAkOutOfPlaceObjectPlugin クラスabstract

#include <IAkPlugin.h>

AK::IAkOutOfPlaceObjectPlugin の継承関係図
AK::IAkEffectPlugin AK::IAkPlugin

公開メンバ関数

virtual void Execute (const AkAudioObjects &in_objects, const AkAudioObjects &out_objects)=0
 
- 基底クラス AK::IAkEffectPlugin に属する継承公開メンバ関数
virtual AKRESULT Init (IAkPluginMemAlloc *in_pAllocator, IAkEffectPluginContext *in_pEffectPluginContext, IAkPluginParam *in_pParams, AkAudioFormat &io_rFormat)=0
 
- 基底クラス AK::IAkPlugin に属する継承公開メンバ関数
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 *)
 

その他の継承メンバ

- 基底クラス AK::IAkEffectPlugin に属する継承限定公開メンバ関数
virtual ~IAkEffectPlugin ()
 Virtual destructor on interface to avoid warnings. [詳解]
 
- 基底クラス AK::IAkPlugin に属する継承限定公開メンバ関数
virtual ~IAkPlugin ()
 Virtual destructor on interface to avoid warnings. [詳解]
 

詳解

Out-of-place Object Processor plug-in interface. Implement this interface when your plugin returns AkPluginInfo::bCanProcessObjects set to true and AkPluginInfo::bIsInPlace set to false. With out-of-place object processors, the set of output objects is different than that of the input objects. Out-of-place object processors typically create their own output objects using IAkEffectPluginContext::CreateObject. Alternatively, an output object is created by the host bus if the channel configuration returned from Init is not of type AK_ChannelConfigType_Objects. Only out-of-place object processors may create output objects or change the output channel configuration.

IAkPlugin.h849 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう