Frontend plug-in API for Audio plug-ins. More...
#include <Frontend.h>
Classes | |
| struct | Interface |
| The C interface, fulfilled by your plug-in. More... | |
Public Types | |
| enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_FRONTEND } |
| 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... | |
Public Types inherited from AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > | |
| using | HostInterfaceDefinition = HostInterfaceGlue< FrontendModel, true > |
Public Types inherited from AK.Wwise::Plugin::HostInterfaceGlue< FrontendModel, true > | |
| enum | |
| enum | |
| using | GluedInterface = typename CPPInstance::GluedInterface |
| using | Instance = FrontendModel |
| using | CInstance = typename CPPInstance::Instance |
Public Member Functions | |
| InterfacePtr | GetInterfacePointer () |
| CFrontend::Instance * | GetInstancePointer () |
| const CFrontend::Instance * | GetInstancePointer () const |
| Frontend () | |
| virtual | ~Frontend () |
Public Member Functions inherited from ak_wwise_plugin_cpp_base_instance | |
| virtual | ~ak_wwise_plugin_cpp_base_instance () |
Public Member Functions inherited from AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > | |
| RequestedHostInterface () | |
Additional Inherited Members | |
Public Attributes inherited from AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > | |
| FrontendModel ::Interface & | g_frontendModelInterface = HostInterfaceDefinition::g_cppinterface |
| HostInterfaceDefinition::Instance & | m_frontendModel = *HostInterfaceDefinition::m_instance |
Static Public Attributes inherited from AK.Wwise::Plugin::HostInterfaceGlue< FrontendModel, true > | |
| static GluedInterface | g_cppinterface |
| The unique interface for this plug-in interface. More... | |
Frontend plug-in API for Audio plug-ins.
You must create this interface in order to support the frontend part of the user interface.
Definition at line 77 of file Frontend.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