menu
版本
2018.1.11.6987
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2018.1.11
|
Public 属性 | |
void * | pBuffer |
Buffer for data transfer. 更多... |
|
AkIOCallback | pCallback |
Callback function used to notify the high-level device when the transfer is complete. 更多... |
|
void * | pCookie |
Reserved. The I/O device uses this cookie to retrieve the owner of the transfer. 更多... |
|
void * | pUserData |
Custom user data. 更多... |
|
![]() | |
AkUInt64 | uFilePosition |
File offset where transfer should begin. 更多... |
|
AkUInt32 | uBufferSize |
Size of the buffer in which the I/O hook can write to. 更多... |
|
AkUInt32 | uRequestedSize |
Exact number of requested bytes for this transfer. Always equal to or smaller than uBufferSize. 更多... |
|
Structure for asynchronous transfers handshaking with the Low-Level I/O. Extends AkIOTransferInfo.
在文件 AkStreamMgrModule.h 第 139 行定义.