AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IEffectDirectData.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright (c) 1993 - 2009 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_IEFFECTDIRECTDATA_H
26 #define AAX_IEFFECTDIRECTDATA_H
27 
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_IEFFECTDIRECTDATA_H
Optional interface for direct access to a plug-in's alg memory.
Definition: AAX_IACFEffectDirectData.h:47
The direct data access interface that gets exposed to the host application.
The interface for a AAX Plug-in's direct data interface.
Definition: AAX_IEffectDirectData.h:52
ACFMETHOD() InternalQueryInterface(const acfIID &riid, void **ppvObjOut)