Wwise SDK 2025.1.0
|
◆ AK_CommandBuffer_Next()
Function to iterate over the next command in the buffer. A loop going over all commands in a buffer would be structured as follows: struct AkCommandBufferIterator it; AK_CommandBuffer_Begin(buffer, &it); while (AK_CommandBuffer_Next(&it)) { printf("Command ID: %d; Command payload: %p\n", it.header->cmd, it.payload); }
|
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise