Version
menu

Wwise SDK 2025.1.2
AkCommandBuffer.h File Reference

Go to the source code of this file.

Functions

AKSOUNDENGINE_API size_t AK_CommandBuffer_CmdSize (enum AkCommand in_cmd_id)
 
AKSOUNDENGINE_API size_t AK_CommandBuffer_MinSize (void)
 
AKSOUNDENGINE_API struct AkCommandBufferHeaderAK_CommandBuffer_Create (size_t in_size)
 
AKSOUNDENGINE_API void AK_CommandBuffer_Destroy (void *in_buffer)
 
AKSOUNDENGINE_API struct AkCommandBufferHeaderAK_CommandBuffer_Init (void *out_buffer, size_t in_size)
 
AKSOUNDENGINE_API void * AK_CommandBuffer_Add (void *in_buffer, enum AkCommand in_cmd_id)
 
AKSOUNDENGINE_API size_t AK_CommandBuffer_StringSize (const char *str)
 
AKSOUNDENGINE_API void * AK_CommandBuffer_AddString (void *in_buffer, const char *str)
 
AKSOUNDENGINE_API size_t AK_CommandBuffer_ArraySize (size_t item_size, AkUInt16 num_items)
 
AKSOUNDENGINE_API void * AK_CommandBuffer_AddArray (void *in_buffer, size_t item_size, AkUInt16 num_items, const void *items)
 
AKSOUNDENGINE_API size_t AK_CommandBuffer_ExternalSourcesSize (AkUInt32 in_uNumSources, const struct AkExternalSourceInfo *in_sources)
 
AKSOUNDENGINE_API void * AK_CommandBuffer_AddExternalSources (void *in_buffer, AkUInt32 in_uNumSources, const struct AkExternalSourceInfo *in_pSources)
 
AKSOUNDENGINE_API size_t AK_CommandBuffer_GeometrySize (const struct AkGeometryParams *in_geometryParams)
 
AKSOUNDENGINE_API void * AK_CommandBuffer_AddGeometry (void *in_buffer, const struct AkGeometryParams *in_geometryParams)
 
AKSOUNDENGINE_API void AK_CommandBuffer_Remove (void *in_buffer)
 
AKSOUNDENGINE_API void AK_CommandBuffer_Submit (void *in_buffer)
 
AKSOUNDENGINE_API AKRESULT_t AK_CommandBuffer_SubmitNonBlocking (void *in_buffer)
 
AKSOUNDENGINE_API void AK_CommandBuffer_Begin (void *in_buffer, struct AkCommandBufferIterator *out_iterator)
 
AKSOUNDENGINE_API int AK_CommandBuffer_Next (struct AkCommandBufferIterator *inout_iterator)
 
AKSOUNDENGINE_API AkPlayingID AK_SoundEngine_GeneratePlayingID (void)
 Generates a new playing ID. This is guaranteed to return a different value every time this is called. More...
 
AKSOUNDENGINE_API AkUInt32 AK_SoundEngine_GetIDFromString (const char *in_pszString)
 
AKSOUNDENGINE_API AkOutputDeviceID AK_SoundEngine_GetOutputID (AkUniqueID in_idShareset, AkUInt32 in_idDevice)
 

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