AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_IEffectParameters.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2013-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_IEFFECTPARAMETERS_H
26 #define AAX_IEFFECTPARAMETERS_H
27 
29 #include "AAX.h"
30 #include "CACFUnknown.h"
31 
82  , public CACFUnknown
83 {
84 public:
86 
87  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) override;
88 
89  // CACFUnknown does not support operator=()
91 };
92 
93 #endif // AAX_IEFFECTPARAMETERS_H
Various utility definitions for AAX.
The data model interface that is exposed to the host application.
Definition: AAX_ACFInterface.doxygen:212
Supplemental interface for an AAX Plug-in's data model.
Definition: AAX_IACFEffectParameters.h:1043
The interface for an AAX Plug-in's data model.
Definition: AAX_IEffectParameters.h:83
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
AAX_DELETE(AAX_IEffectParameters &operator=(const AAX_IEffectParameters &))
void **ppvObjOut override
Definition: AAX_IEffectParameters.h:87