AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_VHostProcessorDelegate.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2013-2017, 2019, 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
19/*================================================================================================*/
20
21#ifndef AAX_VHOSTPROCESSORDELEGATE_H
22#define AAX_VHOSTPROCESSORDELEGATE_H
23
26#include "ACFPtr.h"
27
28
29class IACFUnknown;
31
38{
39public:
41
42 AAX_Result GetAudio ( const float * const inAudioIns [], int32_t inAudioInCount, int64_t inLocation, int32_t * ioNumSamples ) AAX_OVERRIDE;
46
47private:
48 ACFPtr<AAX_IACFHostProcessorDelegate> mIHostProcessorDelegate;
49 ACFPtr<AAX_IACFHostProcessorDelegate_V2> mIHostProcessorDelegateV2;
50 ACFPtr<AAX_IACFHostProcessorDelegate_V3> mIHostProcessorDelegateV3;
51};
52
53
54
55#endif //AAX_IAUTOMATIONDELEGATE_H
56
Interface allowing plug-in's HostProcessor to interact with the host's side.
int32_t AAX_Result
Definition: AAX.h:334
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:151
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:36
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:46
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:54
Versioned interface for host methods specific to offline processing.
Definition: AAX_IHostProcessorDelegate.h:38
Version-managed concrete Host Processor delegate class.
Definition: AAX_VHostProcessorDelegate.h:38
int32_t GetSideChainInputNum() AAX_OVERRIDE
CALL: Returns the index of the side chain input buffer.
AAX_Result ForceProcess() AAX_OVERRIDE
CALL: Request a process pass.
AAX_Result GetAudio(const float *const inAudioIns[], int32_t inAudioInCount, int64_t inLocation, int32_t *ioNumSamples) AAX_OVERRIDE
CALL: Randomly access audio from the timeline.
AAX_VHostProcessorDelegate(IACFUnknown *pUnknown)
AAX_Result ForceAnalyze() AAX_OVERRIDE
CALL: Request an analysis pass.