Wwise Authoring Plug-ins - API to request host's current state and services. 更多...
类 | |
| struct | ak_wwise_plugin_host_v1 |
| API to request host's current state and services. 更多... | |
| struct | ak_wwise_plugin_notifications_host_v1 |
| API to receive host's update notifications. 更多... | |
| class | AK.Wwise::Plugin::V1::Host |
| API to request host's current state and services. 更多... | |
| class | AK.Wwise::Plugin::V1::Notifications::Host_ |
| API to receive host's update notifications. 更多... | |
| struct | AK.Wwise::Plugin::V1::Notifications::Host_::Interface |
| The C interface, fulfilled by your plug-in. 更多... | |
| class | AK.Wwise::Plugin::RequestedHostInterface< Host > |
命名空间 | |
| namespace | AK |
| Audiokinetic namespace | |
| namespace | AK.Wwise |
| AK::Wwise::Plugin | |
| AK::Wwise::Plugin::V1 | |
| AK::Wwise::Plugin::V1::Notifications | |
| Notifications namespace | |
| AK::Wwise::Plugin::Notifications | |
宏定义 | |
| #define | AK_WWISE_PLUGIN_HOST_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST, 1) |
| #define | AK_WWISE_PLUGIN_HOST_V1_CTOR() |
| #define | AK_WWISE_PLUGIN_NOTIFICATIONS_HOST_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_NOTIFICATIONS_HOST, 1) |
| #define | AK_WWISE_PLUGIN_NOTIFICATIONS_HOST_V1_CTOR(in_pluginInfo, in_data) |
类型定义 | |
| using | AK::Wwise::Plugin::V1::CHost = ak_wwise_plugin_host_v1 |
| using | AK::Wwise::Plugin::V1::Notifications::CHost_ = ak_wwise_plugin_notifications_host_v1 |
| using | AK::Wwise::Plugin::V1::RequestHost = RequestedHostInterface< Host > |
| Requests a Host interface, provided as m_host variable. 更多... | |
| using | AK::Wwise::Plugin::CHost = V1::CHost |
| Latest version of the C Host interface. 更多... | |
| using | AK::Wwise::Plugin::Host = V1::Host |
| Latest version of the C++ Host interface. 更多... | |
| using | AK::Wwise::Plugin::RequestHost = V1::RequestHost |
| Latest version of the requested C++ Host interface. 更多... | |
| using | AK::Wwise::Plugin::Notifications::CCHost = V1::Notifications::Host_ |
| Latest version of the C Host notification interface. 更多... | |
| using | AK::Wwise::Plugin::Notifications::Host = V1::Notifications::Host_ |
| Latest version of the C++ Host notification interface. 更多... | |
函数 | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Host) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Host) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Notifications::Host) | |
| AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Notifications::Host) | |
Wwise Authoring Plug-ins - API to request host's current state and services.
在文件 Host.h 中定义.