AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IHostProcessorDelegate.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright (c) 2010 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 
20 /*================================================================================================*/
21 
22 
23 #ifndef AAX_IHOSTPROCESSORDELEGATE_H
24 #define AAX_IHOSTPROCESSORDELEGATE_H
25 
26 #include "AAX.h"
27 
40 {
41 public:
42 
44 
68  virtual AAX_Result GetAudio ( const float * const iAudioIns [], int32_t iAudioInCount, int64_t iLocation, int32_t * ioNumSamples ) = 0;
75  virtual int32_t GetSideChainInputNum () = 0;
83  virtual AAX_Result ForceAnalyze () = 0;
84 };
85 
86 #endif // #ifndef _AAX_IPLUGIN_H_
Various utility definitions for AAX.
Delegate for retrieving offline processing information from the host.
Definition: AAX_IHostProcessorDelegate.h:39
virtual int32_t GetSideChainInputNum()=0
CALL: Returns the index of the side chain input buffer.
virtual AAX_Result ForceAnalyze()=0
CALL: Trigger an analysis pass.
virtual ~AAX_IHostProcessorDelegate()
Definition: AAX_IHostProcessorDelegate.h:43
virtual AAX_Result GetAudio(const float *const iAudioIns[], int32_t iAudioInCount, int64_t iLocation, int32_t *ioNumSamples)=0
CALL: Randomly access audio from the timeline.
int32_t AAX_Result
Definition: AAX.h:118