AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_IHostProcessor.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_IHOSTPROCESSOR_H
26 #define AAX_IHOSTPROCESSOR_H
27 
28 #include "AAX_IACFHostProcessor.h"
29 #include "AAX.h"
30 #include "CACFUnknown.h"
31 
44  public CACFUnknown
45 {
46 public:
48 
49  ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) override;
50 
51  // CACFUnknown does not support operator=()
53 };
54 
55 #endif //AAX_IHOSTPROCESSOR_H
Various utility definitions for AAX.
The host processor interface that is exposed to the host application.
Definition: AAX_ACFInterface.doxygen:212
Supplemental interface for an AAX host processing component.
Definition: AAX_IACFHostProcessor.h:80
Base class for the host processor interface.
Definition: AAX_IHostProcessor.h:45
AAX_DELETE(AAX_IHostProcessor &operator=(const AAX_IHostProcessor &))
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
void **ppvObjOut override
Definition: AAX_IHostProcessor.h:49