24 #ifndef AAX_VHOSTPROCESSORDELEGATE_H
25 #define AAX_VHOSTPROCESSORDELEGATE_H
int32_t AAX_Result
Definition: AAX.h:337
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:141
Interface allowing plug-in's HostProcessor to interact with the host's side.
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:248
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:39
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:49
Versioned interface for host methods specific to offline processing.
Definition: AAX_IACFHostProcessorDelegate.h:57
Versioned interface for host methods specific to offline processing.
Definition: AAX_IHostProcessorDelegate.h:41
Version-managed concrete Host Processor delegate class.
Definition: AAX_VHostProcessorDelegate.h:41
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.