Version

    Other Documentation

menu_open
Wwise SDK 2019.1.11
AK::StreamMgr::IAkIOHookBlocking Class Referenceabstract
Inheritance diagram for AK::StreamMgr::IAkIOHookBlocking:
AK::StreamMgr::IAkLowLevelIOHook

Public Member Functions

virtual AKRESULT  Read (AkFileDesc &in_fileDesc, const AkIoHeuristics &in_heuristics, void *out_pBuffer, AkIOTransferInfo &in_transferInfo)=0
 
virtual AKRESULT  Write (AkFileDesc &in_fileDesc, const AkIoHeuristics &in_heuristics, void *in_pData, AkIOTransferInfo &io_transferInfo)=0
 
- Public Member Functions inherited from AK::StreamMgr::IAkLowLevelIOHook
virtual AKRESULT  Close (AkFileDesc &in_fileDesc)=0
 
virtual AkUInt32  GetBlockSize (AkFileDesc &in_fileDesc)=0
 
virtual void  GetDeviceDesc (AkDeviceDesc &out_deviceDesc)=0
 
virtual AkUInt32  GetDeviceData ()=0
 

Protected Member Functions

virtual  ~IAkIOHookBlocking ()
  Virtual destructor on interface to avoid warnings. More...
 
- Protected Member Functions inherited from AK::StreamMgr::IAkLowLevelIOHook
virtual  ~IAkLowLevelIOHook ()
  Virtual destructor on interface to avoid warnings. More...
 

Detailed Description

Interface for blocking low-level I/O transfers. Used by streaming devices created with the AK_SCHEDULER_BLOCKING flag. This is the simplest I/O hook. Calls to Read()/Write() must block until they are completed. The streaming device's I/O thread sends one transfer at a time.

Definition at line 233 of file AkStreamMgrModule.h.


The documentation for this class was generated from the following file:

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