31 #ifndef _IAK_MIXER_PLUGIN_H_
32 #define _IAK_MIXER_PLUGIN_H_
130 #endif // _IAK_MIXER_PLUGIN_H_
Software effect plug-in interface for panner/mixer effects (see 如何创建 Wwise 声音引擎效果器插件).
virtual AKRESULT Init(IAkPluginMemAlloc *in_pAllocator, IAkMixerPluginContext *in_pMixerPluginContext, IAkPluginParam *in_pParams, AkAudioFormat &in_rFormat)=0
virtual void ConsumeInput(IAkMixerInputContext *in_pInputContext, AkRamp in_baseVolume, AkRamp in_emitListVolume, AkAudioBuffer *io_pInputBuffer, AkAudioBuffer *io_pMixBuffer)=0
virtual void OnEffectsProcessed(AkAudioBuffer *io_pMixBuffer)=0
AKRESULT
Standard function call result.
virtual void OnFrameEnd(AkAudioBuffer *io_pMixBuffer, IAkMetering *in_pMetering)=0
virtual void OnMixDone(AkAudioBuffer *io_pMixBuffer)=0
Volume ramp specified by end points "previous" and "next".
virtual void OnInputConnected(IAkMixerInputContext *in_pInput)=0
This function is called whenever a new input is connected to the underlying mixing bus.
Interface to retrieve information about an input of a mixer.
Interface to retrieve contextual information for a mixer.
Interface to retrieve metering information about a buffer.
virtual void OnInputDisconnected(IAkMixerInputContext *in_pInput)=0