AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_ITaskAgent.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2023 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * CONFIDENTIAL: this document contains confidential information of Avid. Do
8 * not disclose to any third party. Use of the information contained in this
9 * document is subject to an Avid SDK license.
10 *
11 */
12
16/*================================================================================================*/
17
18
19#ifndef AAX_ITaskAgent_H
20#define AAX_ITaskAgent_H
21
22#include "AAX_IACFTaskAgent.h"
23#include "AAX.h"
24#include "CACFUnknown.h"
25
26
35 , public CACFUnknown
36{
37public:
39
40 ACFMETHOD(InternalQueryInterface)(const acfIID & riid, void **ppvObjOut) AAX_OVERRIDE;
41
42 // CACFUnknown does not support operator=()
44};
45
46#endif //AAX_IEFFECTDIRECTDATA_H
Various utility definitions for AAX.
#define AAX_DELETE(X)
delete keyword macro
Definition: AAX.h:161
Definition: AAX_ACFInterface.doxygen:216
Versioned interface for a component that accepts task requests.
Definition: AAX_IACFTaskAgent.h:50
Interface for a component that accepts task requests.
Definition: AAX_ITaskAgent.h:36
ACF_DECLARE_STANDARD_UNKNOWN() ACFMETHOD(InternalQueryInterface)(const acfIID &riid
void **ppvObjOut AAX_OVERRIDE
Definition: AAX_ITaskAgent.h:40