Wwise SDK 2025.1.0
|
◆ AK_CommandBuffer_AddExternalSources()
Copy an array of external sources to the data payload of the last added command. When posting an event using external sources, auto cmd = (AkCmd_PostEvent*)AK_CommandBuffer_Add(buffer, AkCommand_PostEvent); // Fill out the command... cmd->numExternalSources = myExternalSourcesArray.size(); AK_CommandBuffer_AddExternalSources(buffer, myExternalSourcesArray.size(), myExternalSourcesArray.data()); Use AK_CommandBuffer_ExternalSourcesSize to calculate the size required to store the data.
|
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