Wwise Authoring Plug-ins - Windows frontend plug-in API for Audio plug-ins. More...
#include "AudioPlugin.h"
Go to the source code of this file.
Classes | |
struct | ak_wwise_plugin_gui_windows_v1 |
Windows frontend plug-in API for Audio plug-ins. More... | |
class | AK.Wwise::Plugin::V1::GUIWindows |
Windows frontend plug-in API for Audio plug-ins. More... | |
struct | AK.Wwise::Plugin::V1::GUIWindows::Interface |
The C interface, fulfilled by your plug-in. More... | |
Namespaces | |
namespace | AK |
Definition of data structures for AkAudioObject. | |
namespace | AK.Wwise |
AK::Wwise::Plugin | |
AK::Wwise::Plugin::V1 | |
Macros | |
#define | AK_WWISE_PLUGIN_GUI_WINDOWS_BEGIN_POPULATE_TABLE(theName) AK::Wwise::Plugin::PopulateTableItem theName[] = { |
Starts a new property-control bindings table. More... | |
#define | AK_WWISE_PLUGIN_GUI_WINDOWS_POP_ITEM(theID, theProp) {theID, theProp }, |
Declares an association between a control and a property within a property-control bindings table. More... | |
#define | AK_WWISE_PLUGIN_GUI_WINDOWS_END_POPULATE_TABLE() AK_WWISE_PLUGIN_GUI_WINDOWS_POP_ITEM(0, NULL) }; |
Ends the declaration of a property-control bindings table. More... | |
#define | AK_WWISE_PLUGIN_GUI_WINDOWS_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_GUI_WINDOWS, 1) |
#define | AK_WWISE_PLUGIN_GUI_WINDOWS_CTOR(in_pluginInfo, in_data) |
#define | WM_AK_PRIVATE_SHOW_HELP_TOPIC 0x4981 |
Typedefs | |
using | AK::Wwise::Plugin::V1::CGUIWindows = ak_wwise_plugin_gui_windows_v1 |
using | AK::Wwise::Plugin::CGUIWindows = V1::CGUIWindows |
Latest version of the C GUIWindows interface. More... | |
using | AK::Wwise::Plugin::GUIWindows = V1::GUIWindows |
Latest version of the C++ GUIWindows interface. More... | |
Functions | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (GUIWindows) | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (GUIWindows) | |
Variables | |
IMAGE_DOS_HEADER | __ImageBase |
Wwise Authoring Plug-ins - Windows frontend plug-in API for Audio plug-ins.
Definition in file GUIWindows.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