Wwise SDK 2021.1.9
IAkLowLevelIOHook
Version
Wwise SDK 2021.1.9
|
AK::StreamMgr::IAkLowLevelIOHook Class Referenceabstract
Base interface for Low-Level I/O hooks. Defines common methods across both types of hooks. More...
#include <AkStreamMgrModule.h>
Inheritance diagram for AK::StreamMgr::IAkLowLevelIOHook:

Public Member Functions | |
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 | ~IAkLowLevelIOHook () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Base interface for Low-Level I/O hooks. Defines common methods across both types of hooks.
Definition at line 184 of file AkStreamMgrModule.h.