AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IEffectGUI.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2013 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 Technolgy, 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 "CACFUnknown.h"
30 
31 
53  public CACFUnknown
54 {
55 public:
56  ACF_DECLARE_STANDARD_UNKNOWN()
57 
58  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut);
59 };
60 
61 #endif //AAX_IEFFECTGUI_H
The interface for a AAX Plug-in's GUI (graphical user interface).
Definition: AAX_IACFEffectGUI.h:85
The GUI interface that gets exposed to the host application.
ACFMETHOD() InternalQueryInterface(const acfIID &riid, void **ppvObjOut)
The interface for a AAX Plug-in's user interface.
Definition: AAX_IEffectGUI.h:52