![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX.h>
Plug-in chunk header.
fSize
to be equal to the size of the chunk's header plus its data, AAE performs some behind-the-scenes record keeping. fSize
and this chunk is then loaded by the AAX version of the plug-in, the header size will be cached as-is from the legacy plug-in and will be subtracted out before the chunk data is passed to the AAX plug-in. If a chunk is stored by an AAX plug-in and is then loaded by a legacy plug-in, the legacy plug-in will receive the cached plug-in header with fSize
equal to the data+header size. fChunkSize
before caching the chunk fChunkSize
memberPublic Attributes | |
int32_t | fSize |
The size of the chunk's fData member. More... | |
int32_t | fVersion |
The chunk's version. More... | |
AAX_CTypeID | fManufacturerID |
The Plug-In's manufacturer ID. More... | |
AAX_CTypeID | fProductID |
The Plug-In file's product ID. More... | |
AAX_CTypeID | fPlugInID |
The ID of a particular Plug-In within the file. More... | |
AAX_CTypeID | fChunkID |
The ID of a particular Plug-In chunk. More... | |
unsigned char | fName [32] |
A user defined name for this chunk. More... | |
int32_t AAX_SPlugInChunkHeader::fSize |
The size of the chunk's fData member.
int32_t AAX_SPlugInChunkHeader::fVersion |
The chunk's version.
AAX_CTypeID AAX_SPlugInChunkHeader::fManufacturerID |
The Plug-In's manufacturer ID.
AAX_CTypeID AAX_SPlugInChunkHeader::fProductID |
The Plug-In file's product ID.
AAX_CTypeID AAX_SPlugInChunkHeader::fPlugInID |
The ID of a particular Plug-In within the file.
AAX_CTypeID AAX_SPlugInChunkHeader::fChunkID |
The ID of a particular Plug-In chunk.
unsigned char AAX_SPlugInChunkHeader::fName[32] |
A user defined name for this chunk.