Wwise SDK 2025.1.0
|
Describes the data written at the beginning of any initialized command buffer. [詳解]
#include <AkCommandTypes.h>
公開変数類 | |
AkUInt32 | bufferSize |
Total size of command buffer in bytes [詳解] | |
AkUInt32 | lastCommandOffset |
Internal use. Should be zero-initialized. [詳解] | |
AkCommandCallbackFunc | completionCallback |
At that point in time, the client can free the command buffer memory, or re-use it for something else. [詳解] | |
void * | completionCallbackCookie |
User cookie for done_callback [詳解] | |
Describes the data written at the beginning of any initialized command buffer.
AkCommandTypes.h の 1512 行目に定義があります。