Wwise SDK 2021.1.9
AudioPlugin
Version
Wwise SDK 2021.1.9
|
AK.Wwise::Plugin::V1::AudioPlugin Class Reference
Wwise API for general Audio Plug-in's backend. More...
#include <AudioPlugin.h>
Inheritance diagram for AK.Wwise::Plugin::V1::AudioPlugin:

Classes | |
struct | Interface |
The C interface, fulfilled by your plug-in. More... |
|
Public Types | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_AUDIO_PLUGIN } |
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 = CAudioPlugin::Instance |
Base instance type for providing audio plug-in backend services. More... |
|
![]() | |
using | HostInterfaceDefinition = HostInterfaceGlue< PropertySet, true > |
![]() | |
enum | |
enum | |
using | GluedInterface = typename CPPInstance::GluedInterface |
using | Instance = PropertySet |
using | CInstance = typename CPPInstance::Instance |
![]() | |
enum | : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_PROPERTY_SET } |
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 = CPropertySet_::Instance |
Base instance type for receiving notifications on property set's changes. More... |
|
![]() | |
using | HostInterfaceDefinition = HostInterfaceGlue< DataWriter, false > |
![]() | |
enum | |
enum | |
using | GluedInterface = typename CPPInstance::GluedInterface |
using | Instance = DataWriter |
using | CInstance = typename CPPInstance::Instance |
Additional Inherited Members | |
![]() | |
PropertySet ::Interface & | g_propertySetInterface = HostInterfaceDefinition::g_cppinterface |
HostInterfaceDefinition::Instance & | m_propertySet = *HostInterfaceDefinition::m_instance |
![]() | |
DataWriter ::Interface & | g_dataWriterInterface = HostInterfaceDefinition::g_cppinterface |
![]() | |
static GluedInterface | g_cppinterface |
The unique interface for this plug-in interface. More... |
|
![]() | |
static GluedInterface | g_cppinterface |
The unique interface for this plug-in interface. More... |
|
Detailed Description
Wwise API for general Audio Plug-in's backend.
- See also
![]() |
Note: The AK::Wwise::Plugin::RequestPropertySet and AK::Wwise::Plugin::RequestWrite classes are automatically derived when providing AK::Wwise::Plugin::AudioPlugin in C++. |
Definition at line 131 of file AudioPlugin.h.