![]() |
AAX SDK
2.1.1
Avid Audio Extensions Development Kit
|
#include <AAX_Callbacks.h>
Empty class containing type declarations for the AAX algorithm and associated callbacks.
Public Types | |
| typedef const void * | inContextPtrsEnd |
| typedef void *AAX_CALLBACK * | CPacketAllocator (const aContextType *inContextPtr, AAX_CFieldIndex inOutputPort, AAX_CTimestamp inTimestamp) |
| typedef AAX_EComponentInstanceInitAction | iAction |
| typedef void * | inNewBlock |
| typedef void int32_t | inSize |
| typedef void int32_t IACFUnknown *const | inController |
Public Member Functions | |
| typedef | void (AAX_CALLBACK *CProcessProc)(aContextType *const inContextPtrsBegin[] |
| typedef | int32_t (AAX_CALLBACK *CInstanceInitProc)(const aContextType *inInstanceContextPtr |
| typedef | int32_t (AAX_CALLBACK *CBackgroundProc)(void) |
| typedef | void (AAX_CALLBACK *CInitPrivateDataProc)(AAX_CFieldIndex inFieldIndex |
| typedef const void* AAX_Component< aContextType >::inContextPtrsEnd |
| typedef void* AAX_CALLBACK* AAX_Component< aContextType >::CPacketAllocator(const aContextType *inContextPtr, AAX_CFieldIndex inOutputPort, AAX_CTimestamp inTimestamp) |
| typedef AAX_EComponentInstanceInitAction AAX_Component< aContextType >::iAction |
| typedef void* AAX_Component< aContextType >::inNewBlock |
| typedef void int32_t AAX_Component< aContextType >::inSize |
| typedef void int32_t IACFUnknown* const AAX_Component< aContextType >::inController |
| typedef AAX_Component< aContextType >::void | ( | AAX_CALLBACK * | CProcessProc | ) | const |
| typedef AAX_Component< aContextType >::int32_t | ( | AAX_CALLBACK * | CInstanceInitProc | ) | const |
| typedef AAX_Component< aContextType >::int32_t | ( | AAX_CALLBACK * | CBackgroundProc | ) |
| typedef AAX_Component< aContextType >::void | ( | AAX_CALLBACK * | CInitPrivateDataProc | ) |
1.8.5