Wwise SDK 2021.1.9
AkIOTransferInfo
Version
Wwise SDK 2021.1.9
|
AkIOTransferInfo Struct Reference
#include <AkStreamMgrModule.h>
Inheritance diagram for AkIOTransferInfo:

Public Attributes | |
AkUInt64 | uFilePosition |
File offset where transfer should begin. More... |
|
AkUInt32 | uBufferSize |
Size of the buffer in which the I/O hook can write to. More... |
|
AkUInt32 | uRequestedSize |
Exact number of requested bytes for this transfer. Always equal to or smaller than uBufferSize. More... |
|
Detailed Description
Structure for synchronous transfers handshaking with the Low-Level I/O. Used with blocking I/O hooks.
- See also
- AK::StreamMgr::IAkIOHookBlocking
Definition at line 107 of file AkStreamMgrModule.h.