Version

menu_open

Bit field of various locations in the audio processing loop where the game can be called back.

Enumerator:
AkGlobalCallbackLocation_Register 

Right after successful registration of callback/plugin. Typically used by plugins along with AkGlobalCallbackLocation_Term for allocating memory for the lifetime of the sound engine.

AkGlobalCallbackLocation_Begin 

Start of audio processing. The number of frames about to be rendered depends on the sink/end-point and can be zero.

AkGlobalCallbackLocation_PreProcessMessageQueueForRender 

Start of frame rendering, before having processed game messages.

AkGlobalCallbackLocation_BeginRender 

Start of frame rendering, after having processed game messages.

AkGlobalCallbackLocation_EndRender 

End of frame rendering.

AkGlobalCallbackLocation_End 

End of audio processing.

AkGlobalCallbackLocation_Term 

Sound engine termination.

AkGlobalCallbackLocation_Num 

Total number of global callback locations.

Definition at line 297 of file AkCallback.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise