menu
 
バージョン
2024.1.2.8726

2024.1.2.8726

2023.1.10.8659

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
警告:あなたのメジャーリリース ( 2024.1.2.8726 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2024.1.2
Plugin.h
[詳解]
1 /*******************************************************************************
2 The content of this file includes portions of the AUDIOKINETIC Wwise Technology
3 released in source code form as part of the SDK installer package.
4 
5 Commercial License Usage
6 
7 Licensees holding valid commercial licenses to the AUDIOKINETIC Wwise Technology
8 may use this file in accordance with the end user license agreement provided
9 with the software or, alternatively, in accordance with the terms contained in a
10 written agreement between you and Audiokinetic Inc.
11 
12 Apache License Usage
13 
14 Alternatively, this file may be used under the Apache License, Version 2.0 (the
15 "Apache License"); you may not use this file except in compliance with the
16 Apache License. You may obtain a copy of the Apache License at
17 http://www.apache.org/licenses/LICENSE-2.0.
18 
19 Unless required by applicable law or agreed to in writing, software distributed
20 under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
21 OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for
22 the specific language governing permissions and limitations under the License.
23 
24  Copyright (c) 2025 Audiokinetic Inc.
25 *******************************************************************************/
26 
27 /**
28  * \brief Wwise Authoring Plug-ins - Main include file.
29  * \file AK/Wwise/Plugin.h
30  *
31  * This is the default file you should include in order to build the authoring part of your plug-in.
32  */
33 
34 #pragma once
35 
36 #include "../AkPlatforms.h"
37 
38 #include "Plugin/PluginMFCWindows.h" // Must be set first, as it can include MFC or not
39 
41 #include "Plugin/PluginLinks.h"
42 
43 #include "Plugin/Host.h"
44 #include "Plugin/HostDataWriter.h"
45 #include "Plugin/HostObjectMedia.h"
46 #include "Plugin/HostObjectStore.h"
47 #include "Plugin/HostPropertySet.h"
48 #include "Plugin/HostUndoManager.h"
49 #include "Plugin/HostXml.h"
50 
51 #include "Plugin/AudioPlugin.h"
52 #include "Plugin/CustomData.h"
54 #include "Plugin/License.h"
55 #include "Plugin/MediaConverter.h"
56 #include "Plugin/Notifications.h"
58 #include "Plugin/SinkDevices.h"
59 #include "Plugin/Source.h"
60 
61 #ifdef AK_WIN
62 #include "Plugin/GUIWindows.h"
63 #endif
Wwise Authoring Plug-ins - API to write data that can be converted for the target platform.
Wwise Authoring Plug-ins - API for general Audio Plug-in's backend (Source, Effect,...
Wwise Authoring Plug-ins - Plug-in that lists supported output devices.
Wwise Authoring Plug-ins - API to provide custom undo event and manage undo groups.
Wwise Authoring Plug-ins - Plug-in API for property sets.
Wwise Authoring Plug-ins - Backend API to load and save custom data in XML format.
Wwise Authoring Plug-ins - APIs for different host notifications.
Wwise Authoring Plug-ins - C++ class helper to automatically determine the plug-in interfaces used in...
Wwise Authoring Plug-ins - API to convert used object medias to a format usable by the plug-in's Soun...
Wwise Authoring Plug-ins - API for storing objects not in the plug-in XML.
Wwise Authoring Plug-ins - API specific for source plug-in.
Wwise Authoring Plug-ins - Windows frontend plug-in API for Audio plug-ins.
Wwise Authoring Plug-ins - API for XML-based persistence, as used in CustomData.
Wwise Authoring Plug-ins - Plug-in that provides a special usage message when first instantiated.
Wwise Authoring Plug-ins - Plug-in API for property display name.
Wwise Authoring Plug-ins - Plug-in API for licensing.
Wwise Authoring Plug-ins - API to request host's current state and services.
Wwise Authoring Plug-ins - Definition of a plug-in, as stored in a container.
Wwise Authoring Plug-ins - API for retrieving and handling data files, as used in the plug-in.

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう