Version
menu_open
link
Wwise SDK 2023.1.2
Plugin.h
Go to the documentation of this file.
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) 2024 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 "Plugin/PluginMFCWindows.h" // Must be set first, as it can include MFC or not
37 
39 #include "Plugin/PluginLinks.h"
40 
41 #include "Plugin/Host.h"
42 #include "Plugin/HostDataWriter.h"
43 #include "Plugin/HostObjectMedia.h"
44 #include "Plugin/HostObjectStore.h"
45 #include "Plugin/HostPropertySet.h"
46 #include "Plugin/HostUndoManager.h"
47 #include "Plugin/HostXml.h"
48 
49 #include "Plugin/AudioPlugin.h"
50 #include "Plugin/CustomData.h"
52 #include "Plugin/License.h"
53 #include "Plugin/MediaConverter.h"
54 #include "Plugin/Notifications.h"
56 #include "Plugin/SinkDevices.h"
57 #include "Plugin/Source.h"
58 
59 #ifdef AK_WIN
60 #include "Plugin/GUIWindows.h"
61 #endif
Wwise Authoring Plug-ins - API for general Audio Plug-in's backend (Source, Effect,...
Wwise Authoring Plug-ins - API to write data that can be converted for the target platform.
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.

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise