AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IEffectParameters.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2013 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 Technolgy, INC.
13  *
14  */
15 
22 /*================================================================================================*/
23 
24 
25 #ifndef AAX_IEFFECTPARAMETERS_H
26 #define AAX_IEFFECTPARAMETERS_H
27 
29 #include "CACFUnknown.h"
30 
81  , public CACFUnknown
82 {
83 public:
84  ACF_DECLARE_STANDARD_UNKNOWN()
85 
86  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut);
87 };
88 
89 #endif // AAX_IEFFECTPARAMETERS_H
ACFMETHOD() InternalQueryInterface(const acfIID &riid, void **ppvObjOut)
Supplemental interface for an AAX Plug-in's data model.
Definition: AAX_IACFEffectParameters.h:860
The interface for an AAX Plug-in's data model.
Definition: AAX_IEffectParameters.h:80
The data model interface that is exposed to the host application.