Various utility definitions for AAX.
int32_t AAX_Result
Definition: AAX.h:334
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:151
uint32_t AAX_CTypeID
Matches type of OSType used in classic plugins.
Definition: AAX.h:333
AAX_TaskCompletionStatus
Definition: AAX_IACFTask.h:42
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface for reference counted data buffers.
Definition: AAX_IACFDataBuffer.h:41
Versioned interface for an asynchronous task.
Definition: AAX_IACFTask.h:57
Interface representing a request to perform a task.
Definition: AAX_ITask.h:48
Version-managed concrete AAX_ITask.
Definition: AAX_VTask.h:34
AAX_Result GetType(AAX_CTypeID *oType) const AAX_OVERRIDE
~AAX_VTask() AAX_OVERRIDE
AAX_Result SetProgress(float iProgress) AAX_OVERRIDE
AAX_VTask(IACFUnknown *pUnknown)
float GetProgress() const AAX_OVERRIDE
AAX_Result AddResult(AAX_IACFDataBuffer const *iResult) AAX_OVERRIDE
Attach result data to this task.
AAX_IACFDataBuffer const * GetArgumentOfType(AAX_CTypeID iType) const AAX_OVERRIDE
AAX_ITask * SetDone(AAX_TaskCompletionStatus iStatus) AAX_OVERRIDE
Inform the host that the task is completed.