バージョン

    その他のドキュメント

menu_open
Wwise SDK 2018.1.11

◆ Write()

virtual AKRESULT AK::StreamMgr::IAkIOHookBlocking::Write ( AkFileDesc in_fileDesc,
const AkIoHeuristics in_heuristics,
void *  in_pData,
AkIOTransferInfo io_transferInfo 
)
pure virtual

Writes data to a file (synchronous). Write data to the file described by in_fileDesc, from address in_pData 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.
  • AK_Fail: an error occured.
引数
in_fileDesc File descriptor.
in_heuristics Heuristics for this data transfer.
in_pData Data to be written.
io_transferInfo Synchronous data transfer info.

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう