|
Wwise SDK 2025.1.2
|
#include <AkCommandTypes.h>
公開変数類 | |
| struct AkCommandHeader * | header |
| Pointer to header of command. Use this to check the code of the command and the result code after processing. [詳解] | |
| void * | payload |
| Pointer to payload of current command [詳解] | |
| void * | buffer |
| Pointer to beginning of command buffer [詳解] | |
Structure used to iterate through a command buffer.
AkCommandTypes.h の 1987 行目に定義があります。