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 | 
| Audiokinetic namespace  | |
| 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 に定義があります。