Wwise SDK 2021.1.8
IAkStreamProfile
Version
Wwise SDK 2021.1.8
|
AK::IAkStreamProfile Class Referenceabstract
#include <IAkStreamMgr.h>
Public Member Functions | |
virtual void | GetStreamRecord (AkStreamRecord &out_streamRecord)=0 |
virtual void | GetStreamData (AkStreamData &out_streamData)=0 |
virtual bool | IsNew ()=0 |
virtual void | ClearNew ()=0 |
Protected Member Functions | |
virtual | ~IAkStreamProfile () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Profiling interface of streams.
![]() |
Warning: The functions in this interface are not thread-safe, unless stated otherwise. |
Definition at line 226 of file IAkStreamMgr.h.