Go to the source code of this file.
Macros | |
#define | AKSOURCEID_AUDIOINPUT 200 |
Typedefs | |
typedef void(* | AkAudioInputPluginGetFormatCallbackFunc) (AkPlayingID in_playingID, AkAudioFormat &io_AudioFormat) |
typedef AkReal32(* | AkAudioInputPluginGetGainCallbackFunc) (AkPlayingID in_playingID) |
typedef void(* | AkAudioInputPluginExecuteCallbackFunc) (AkPlayingID in_playingID, AkAudioBuffer *io_pBufferOut) |
Functions | |
AKSOUNDENGINE_API void | SetAudioInputCallbacks (AkAudioInputPluginExecuteCallbackFunc in_pfnExecCallback, AkAudioInputPluginGetFormatCallbackFunc in_pfnGetFormatCallback=NULL, AkAudioInputPluginGetGainCallbackFunc in_pfnGetGainCallback=NULL) |
This function should be called at the same place the AudioInput plug-in is being registered. More... | |
Definition of callbacks used for the Audio Input Plugin
Wwise source name: AudioInput
Library file: AkAudioInputSource.lib
Definition in file AkAudioInputPlugin.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise