Wwise SDK 2024.1.5
|
#include <TestService.h>
Public Types | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_TESTSERVICE } |
The interface type, as requested by this plug-in. More... | |
enum | : InterfaceVersion { k_interfaceVersion = 2 } |
The interface version, as requested by this plug-in. More... | |
using | Interface = CTestService |
using | Instance = CTestService::Instance |
![]() | |
using | Instance = typename CInterface::Instance |
![]() | |
using | GluedInterface = CTestService |
Public Member Functions | |
uint32_t | TestCall () const |
uint32_t | NewCall () const |
Additional Inherited Members | |
![]() | |
static GluedInterface * | g_cinterface |
The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. More... | |
Definition at line 67 of file TestService.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