|
Wwise SDK 2025.1.3
|
◆ 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);
}
|
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요