AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_IEffectGUI.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2014-2017, 2020-2021 by Avid Technology, Inc.
5  * All rights reserved.
6  *
7  * CONFIDENTIAL: This document contains confidential information. Do not
8  * read or examine this document unless you are an Avid Technology employee
9  * or have signed a non-disclosure agreement with Avid Technology which protects
10  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
11  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
12  * OF Avid Technology, INC.
13  *
14  */
15 
22 /*================================================================================================*/
23 
24 
25 #ifndef AAX_IEFFECTGUI_H
26 #define AAX_IEFFECTGUI_H
27 
28 #include "AAX_IACFEffectGUI.h"
29 #include "AAX.h"
30 #include "CACFUnknown.h"
31 
32 
54  public CACFUnknown
55 {
56 public:
58 
59  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) override;
60 
61  // CACFUnknown does not support operator=()
63 };
64 
65 #endif //AAX_IEFFECTGUI_H
Various utility definitions for AAX.
The GUI interface that gets exposed to the host application.
Definition: AAX_ACFInterface.doxygen:212
The interface for a AAX Plug-in's GUI (graphical user interface).
Definition: AAX_IACFEffectGUI.h:86
The interface for a AAX Plug-in's user interface.
Definition: AAX_IEffectGUI.h:55
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
AAX_DELETE(AAX_IEffectGUI &operator=(const AAX_IEffectGUI &))
void **ppvObjOut override
Definition: AAX_IEffectGUI.h:59