AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_IEffectGUI.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2014-2017, 2019-2021, 2023 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * CONFIDENTIAL: this document contains confidential information of Avid. Do
8 * not disclose to any third party. Use of the information contained in this
9 * document is subject to an Avid SDK license.
10 *
11 */
12
19/*================================================================================================*/
20
21
22#ifndef AAX_IEFFECTGUI_H
23#define AAX_IEFFECTGUI_H
24
25#include "AAX_IACFEffectGUI.h"
26#include "AAX.h"
27#include "CACFUnknown.h"
28
29
51 public CACFUnknown
52{
53public:
55
56 ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) override;
57
58 // CACFUnknown does not support operator=()
60};
61
62#endif //AAX_IEFFECTGUI_H
Various utility definitions for AAX.
#define AAX_DELETE(X)
delete keyword macro
Definition: AAX.h:161
The GUI interface that gets exposed to the host application.
Definition: AAX_ACFInterface.doxygen:216
The interface for a AAX Plug-in's GUI (graphical user interface).
Definition: AAX_IACFEffectGUI.h:83
The interface for a AAX Plug-in's user interface.
Definition: AAX_IEffectGUI.h:52
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
void **ppvObjOut override
Definition: AAX_IEffectGUI.h:56