版本

menu_open
Wwise SDK 2018.1.11

◆ Read()

virtual AKRESULT AK::StreamMgr::IAkIOHookBlocking::Read ( AkFileDesc in_fileDesc,
const AkIoHeuristics in_heuristics,
void *  out_pBuffer,
AkIOTransferInfo in_transferInfo 
)
pure virtual

Reads data from a file (synchronous). Read data from the file described by in_fileDesc, in address out_pBuffer and with size and position passed within io_transferInfo. When transfer is complete, return with the proper return code.

备注
File position passed in io_transferInfo takes the offset of this file relative to AkFileDesc::hFile (described with AkFileDesc::uSector). It is computed by the high-level device as "in_fileDesc.uSector * Block_Size + Stream_Position", where Block_Size is obtained via AK::StreamMgr::IAkLowLevelIOHook::GetBlockSize().
返回
  • AK_Success: transfer was successful and out_pBuffer is filled with data.
  • AK_Fail: an error occured.
参数
in_fileDesc File descriptor.
in_heuristics Heuristics for this data transfer.
out_pBuffer Buffer to be filled with data.
in_transferInfo Synchronous data transfer info.

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅