Table of Contents
Wwise SDK 2019.2.9
|
AkAsyncIOTransferInfo Struct Reference
Inheritance diagram for AkAsyncIOTransferInfo:

Public Attributes | |
void * | pBuffer |
Buffer for data transfer. More... |
|
AkIOCallback | pCallback |
Callback function used to notify the high-level device when the transfer is complete. More... |
|
void * | pCookie |
Reserved. The I/O device uses this cookie to retrieve the owner of the transfer. More... |
|
void * | pUserData |
Custom user data. More... |
|
![]() | |
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 asynchronous transfers handshaking with the Low-Level I/O. Extends AkIOTransferInfo.
- See also
-
- AK::StreamMgr::IAkIOHookDeferredBatch
- AkIOTransferInfo
- AkAIOCallback
Definition at line 153 of file AkStreamMgrModule.h.
The documentation for this struct was generated from the following file:
- include/AK/SoundEngine/Common/AkStreamMgrModule.h