Wwise SDK 2021.1.9
IAkStreamMgrProfile
Version
Wwise SDK 2021.1.9
|
AK::IAkStreamMgrProfile Class Referenceabstract
#include <IAkStreamMgr.h>
Public Member Functions | |
virtual AKRESULT | StartMonitoring ()=0 |
virtual void | StopMonitoring ()=0 |
virtual AkUInt32 | GetNumDevices ()=0 |
virtual IAkDeviceProfile * | GetDeviceProfile (AkUInt32 in_uDeviceIndex)=0 |
Protected Member Functions | |
virtual | ~IAkStreamMgrProfile () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Profiling interface of the Stream Manager.
![]() |
Warning: The functions in this interface are not thread-safe, unless stated otherwise. |
Definition at line 322 of file IAkStreamMgr.h.