AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IHostProcessor.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_IHOSTPROCESSOR_H
26 #define AAX_IHOSTPROCESSOR_H
27 
28 #include "AAX_IACFHostProcessor.h"
29 #include "CACFUnknown.h"
30 
43  public CACFUnknown
44 {
45 public:
46  ACF_DECLARE_STANDARD_UNKNOWN()
47 
48  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut);
49 };
50 
51 #endif //AAX_IHOSTPROCESSOR_H
ACFMETHOD() InternalQueryInterface(const acfIID &riid, void **ppvObjOut)
Base class for the host processor interface.
Definition: AAX_IHostProcessor.h:42
The host processor interface that is exposed to the host application.
Versioned interface for an AAX host processing component.
Definition: AAX_IACFHostProcessor.h:53