Version

menu_open
Wwise SDK 2023.1.3

◆ BatchOpen()

virtual void AK::StreamMgr::IAkLowLevelIOHook::BatchOpen ( AkUInt32  in_uNumFiles,
AkAsyncFileOpenData **  in_ppItems 
)
pure virtual

Request to open multiple files (asynchronous).

Remarks
  • The pCallback within each AkAsyncFileOpenData must be called when completed.
  • It is possible to mix synchronous and asynchronous file opens, as long as all pCallbacks are eventually called.
  • When implementing this function, make sure to process all items even if one fails to be dispatched or to open.
  • Pointers in in_ppItems will stay valid until pCallback is called to signal the operation result.
Parameters
in_uNumFilesNumber of transfers to process
in_ppItemsList of files to open. See remarks above.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise