19#ifndef AAX_VDATABUFFERWRAPPER_H
20#define AAX_VDATABUFFERWRAPPER_H
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
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface for reference counted data buffers.
Definition: AAX_IACFDataBuffer.h:41
Wrapper for an AAX_IDataBuffer.
Definition: AAX_IDataBufferWrapper.h:36
Wrapper for an AAX_IDataBuffer.
Definition: AAX_VDataBufferWrapper.h:40
~AAX_VDataBufferWrapper() AAX_OVERRIDE
AAX_VDataBufferWrapper(IACFUnknown *iUnknown)
AAX_Result Type(AAX_CTypeID *oType) const AAX_OVERRIDE
AAX_Result Size(int32_t *oSize) const AAX_OVERRIDE
AAX_Result Data(void const **oBuffer) const AAX_OVERRIDE