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