Wwise Authoring Plug-ins - Provides links to the related backend and frontend instances. 更多...
#include "PluginInfoGenerator.h"类 | |
| struct | ak_wwise_plugin_link_backend_v1 |
| Host API to retrieve a link to the plug-in's backend instance. 更多... | |
| struct | ak_wwise_plugin_link_frontend_v1 |
| Host API to retrieve a link to the plug-in's frontend interfaces. 更多... | |
| class | AK.Wwise::Plugin::V1::LinkBackend |
| Host API to retrieve a link to the plug-in's backend instance. 更多... | |
| class | AK.Wwise::Plugin::V1::LinkFrontend |
| Host API to retrieve a link to the plug-in's frontend interfaces. 更多... | |
| class | AK.Wwise::Plugin::RequestedHostInterface< LinkBackend > |
| class | AK.Wwise::Plugin::RequestedHostInterface< LinkFrontend > |
命名空间 | |
| namespace | AK |
| Definition of data structures for AkAudioObject | |
| namespace | AK.Wwise |
| AK::Wwise::Plugin | |
| AK::Wwise::Plugin::V1 | |
宏定义 | |
| #define | AK_WWISE_PLUGIN_LINK_BACKEND_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_BACKEND, 1) |
| #define | AK_WWISE_PLUGIN_LINK_BACKEND_CTOR(in_pluginInfo, in_data) |
| #define | AK_WWISE_PLUGIN_LINK_FRONTEND_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_LINK_FRONTEND, 1) |
| #define | AK_WWISE_PLUGIN_LINK_FRONTEND_CTOR(in_pluginInfo, in_data) |
类型定义 | |
| using | AK::Wwise::Plugin::V1::CLinkBackend = ak_wwise_plugin_link_backend_v1 |
| using | AK::Wwise::Plugin::V1::CLinkFrontend = ak_wwise_plugin_link_frontend_v1 |
| using | AK::Wwise::Plugin::V1::RequestLinkBackend = RequestedHostInterface< LinkBackend > |
| using | AK::Wwise::Plugin::V1::RequestLinkFrontend = RequestedHostInterface< LinkFrontend > |
| using | AK::Wwise::Plugin::CLinkBackend = V1::CLinkBackend |
| Latest version of the C LinkBackend interface. 更多... | |
| using | AK::Wwise::Plugin::LinkBackend = V1::LinkBackend |
| Latest version of the C++ LinkBackend interface. 更多... | |
| using | AK::Wwise::Plugin::RequestLinkBackend = V1::RequestLinkBackend |
| Latest version of the requested C++ LinkBackend interface. 更多... | |
| using | AK::Wwise::Plugin::CLinkFrontend = V1::CLinkFrontend |
| Latest version of the C LinkFrontend interface. 更多... | |
| using | AK::Wwise::Plugin::LinkFrontend = V1::LinkFrontend |
| Latest version of the C++ LinkFrontend interface. 更多... | |
| using | AK::Wwise::Plugin::RequestLinkFrontend = V1::RequestLinkFrontend |
| Latest version of the requested C++ LinkFrontend interface. 更多... | |
函数 | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (LinkBackend) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (LinkBackend) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (LinkFrontend) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (LinkFrontend) | |
Wwise Authoring Plug-ins - Provides links to the related backend and frontend instances.
在文件 PluginLinks.h 中定义.