Wwise SDK 2022.1.17
|
Frontend plug-in API for Audio plug-ins. [詳解]
#include <Frontend.h>
公開型 | |
using | Instance = ak_wwise_plugin_frontend_instance_v1 |
Base instance type for providing a frontend for an audio plug-in. [詳解] | |
公開メンバ関数 | |
ak_wwise_plugin_frontend_v1 () | |
基底クラス ak_wwise_plugin_interface_ptr に属する継承公開メンバ関数 | |
constexpr | ak_wwise_plugin_base_interface (decltype(m_interface) in_interface, decltype(m_version) in_version) |
constexpr | ak_wwise_plugin_base_interface () |
constexpr | ak_wwise_plugin_base_interface (std::underlying_type< decltype(m_interface)>::type in_interface, decltype(m_version) in_version) |
その他の継承メンバ | |
基底クラス ak_wwise_plugin_interface_ptr に属する継承公開変数類 | |
ak_wwise_plugin_interface_type | m_interface: 32 |
Interface type (see ak_wwise_plugin_interface_type) [詳解] | |
uint32_t | m_version: 32 |
Version of the interface [詳解] | |
Frontend plug-in API for Audio plug-ins.
You must create this interface in order to support the frontend part of the user interface.
Frontend.h の 42 行目に定義があります。