AAX SDK 2.8.0
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_IEffectParameters.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2013-2017, 2019-2021, 2023-2024 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * This file is part of the Avid AAX SDK.
8 *
9 * The AAX SDK is subject to commercial or open-source licensing.
10 *
11 * By using the AAX SDK, you agree to the terms of both the Avid AAX SDK License
12 * Agreement and Avid Privacy Policy.
13 *
14 * AAX SDK License: https://developer.avid.com/aax
15 * Privacy Policy: https://www.avid.com/legal/privacy-policy-statement
16 *
17 * Or: You may also use this code under the terms of the GPL v3 (see
18 * www.gnu.org/licenses).
19 *
20 * THE AAX SDK IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
21 * EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
22 * DISCLAIMED.
23 *
24 */
25
32/*================================================================================================*/
33
34
35#ifndef AAX_IEFFECTPARAMETERS_H
36#define AAX_IEFFECTPARAMETERS_H
37
39#include "AAX.h"
40#include "CACFUnknown.h"
41
92 , public CACFUnknown
93{
94public:
96
97 ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) override;
98
99 // CACFUnknown does not support operator=()
101};
102
103#endif // AAX_IEFFECTPARAMETERS_H
Various utility definitions for AAX.
#define AAX_DELETE(X)
delete keyword macro
Definition: AAX.h:174
The data model interface that is exposed to the host application.
Definition: AAX_ACFInterface.doxygen:229
Supplemental interface for an AAX Plug-in's data model.
Definition: AAX_IACFEffectParameters.h:1053
The interface for an AAX Plug-in's data model.
Definition: AAX_IEffectParameters.h:93
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
void **ppvObjOut override
Definition: AAX_IEffectParameters.h:97