![]() |
AAX SDK
2.1.1
Avid Audio Extensions Development Kit
|
#include <AAX_IACFHostProcessorDelegate.h>


Versioned interface for for retrieving offline processing information from the host.
Public Member Functions | |
| virtual AAX_Result | ForceAnalyze ()=0 |
| CALL: Trigger an analysis pass. More... | |
Public Member Functions inherited from AAX_IACFHostProcessorDelegate | |
| 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. More... | |
| virtual int32_t | GetSideChainInputNum ()=0 |
| CALL: Returns the index of the side chain input buffer. More... | |
Public Member Functions inherited from IACFUnknown | |
| virtual BEGIN_ACFINTERFACE ACFRESULT ACFMETHODCALLTYPE | QueryInterface (const acfIID &iid, void **ppOut)=0 |
| Returns pointers to supported interfaces. More... | |
| virtual acfUInt32 ACFMETHODCALLTYPE | AddRef (void)=0 |
| Increments reference count. More... | |
| virtual acfUInt32 ACFMETHODCALLTYPE | Release (void)=0 |
| Decrements reference count. More... | |
|
pure virtual |
CALL: Trigger an analysis pass.
Call this method to trigger an analysis pass from within the plug-in. Most plug-ins should rely on the host to trigger analysis passes when appropriate. However, plug-ins that require an analysis pass a) outside of the context of host-driven render or analysis, or b) when internal plug-in data changes may need to call ForceAnalyze().
1.8.5