バージョン

menu_open
Wwise SDK 2023.1.3
AK.Wwise::Plugin::V1::Frontend クラス

Frontend plug-in API for Audio plug-ins. [詳解]

#include <Frontend.h>

AK.Wwise::Plugin::V1::Frontend の継承関係図
ak_wwise_plugin_frontend_instance_v1 AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > ak_wwise_plugin_frontend_instance AK.Wwise::Plugin::HostInterfaceGlue< FrontendModel, true > ak_wwise_plugin_cpp_base_instance ak_wwise_plugin_cpp_base_instance ak_wwise_plugin_instance_ptr

クラス

struct  Interface
 The C interface, fulfilled by your plug-in. [詳解]
 

公開型

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_FRONTEND }
 The interface type, as provided by this plug-in. [詳解]
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as provided by this plug-in. [詳解]
 
- 基底クラス AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > に属する継承公開型
using HostInterfaceDefinition = HostInterfaceGlue< FrontendModel, true >
 
- 基底クラス AK.Wwise::Plugin::HostInterfaceGlue< FrontendModel, true > に属する継承公開型
enum  
 
enum  
 
using GluedInterface = typename CPPInstance::GluedInterface
 
using Instance = FrontendModel
 
using CInstance = typename CPPInstance::Instance
 

公開メンバ関数

InterfacePtr GetInterfacePointer ()
 
CFrontend::InstanceGetInstancePointer ()
 
const CFrontend::InstanceGetInstancePointer () const
 
 Frontend ()
 
virtual ~Frontend ()
 
- 基底クラス ak_wwise_plugin_cpp_base_instance に属する継承公開メンバ関数
virtual ~ak_wwise_plugin_cpp_base_instance ()
 
- 基底クラス AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > に属する継承公開メンバ関数
 RequestedHostInterface ()
 

その他の継承メンバ

- 基底クラス AK.Wwise::Plugin::RequestedHostInterface< FrontendModel > に属する継承公開変数類
FrontendModel ::Interface & g_frontendModelInterface = HostInterfaceDefinition::g_cppinterface
 
HostInterfaceDefinition::Instance & m_frontendModel = *HostInterfaceDefinition::m_instance
 
- 基底クラス AK.Wwise::Plugin::HostInterfaceGlue< FrontendModel, true > に属する継承静的公開変数類
static GluedInterface g_cppinterface
 The unique interface for this plug-in 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.h77 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう