13 #ifndef AAX_VHOSTPROCESSORDELEGATE_H
14 #define AAX_VHOSTPROCESSORDELEGATE_H
34 AAX_Result GetAudio (
const float *
const inAudioIns [], int32_t inAudioInCount, int64_t iLocation, int32_t * ioNumSamples );
39 ACFPtr<AAX_IACFHostProcessorDelegate> mIHostProcessorDelegate;
40 ACFPtr<AAX_IACFHostProcessorDelegate_V2> mIHostProcessorDelegateV2;
45 #endif //AAX_IAUTOMATIONDELEGATE_H
AAX_Result GetAudio(const float *const inAudioIns[], int32_t inAudioInCount, int64_t iLocation, int32_t *ioNumSamples)
CALL: Randomly access audio from the timeline.
Delegate for retrieving offline processing information from the host.
Definition: AAX_IHostProcessorDelegate.h:39
int32_t GetSideChainInputNum()
CALL: Returns the index of the side chain input buffer.
AAX_VHostProcessorDelegate(IACFUnknown *pUnknown)
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
int32_t AAX_Result
Definition: AAX.h:118
AAX_Result ForceAnalyze()
CALL: Trigger an analysis pass.
Versioned interface for for retrieving offline processing information from the host.
Definition: AAX_IACFHostProcessorDelegate.h:38
Version-managed concrete Host Processor delegate class.
Definition: AAX_VHostProcessorDelegate.h:29