API for Sound Engine's Monitor Data notification. More...
#include <Notifications.h>
Classes | |
struct | Interface |
The C interface, fulfilled by your plug-in. More... | |
Public Types | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_MONITOR } |
The interface type, as provided by this plug-in. More... | |
enum | : InterfaceVersion { k_interfaceVersion = 1 } |
The interface version, as provided by this plug-in. More... | |
using | Instance = CMonitor::Instance |
Base instance type for receiving Sound Engine's monitoring data. More... | |
Public Member Functions | |
InterfacePtr | GetInterfacePointer () |
CMonitor::Instance * | GetInstancePointer () |
const CMonitor::Instance * | GetInstancePointer () const |
Monitor () | |
virtual | ~Monitor () |
virtual void | NotifyMonitorData (AkTimeMs in_iTimeStamp, const MonitorData *in_pMonitorDataArray, unsigned int in_uMonitorDataArraySize, bool in_bIsRealtime)=0 |
Received a new Monitor Data blob. More... | |
![]() | |
virtual | ~ak_wwise_plugin_cpp_base_instance () |
API for Sound Engine's Monitor Data notification.
Definition at line 104 of file Notifications.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise