![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_CPacketDispatcher.h>
Container for packet-related data.
This class collects a number of packet-related data into the same object and provides a facility for tracking when the parameter is "dirty", i.e. after its value has been updated and before an associated packet has not been posted.
Public Member Functions | |
AAX_CPacket (AAX_CFieldIndex inFieldIndex) | |
~AAX_CPacket () | |
template<typename DataType > | |
DataType * | GetPtr () |
void | SetDirty (bool iDirty) |
bool | IsDirty () const |
AAX_CFieldIndex | GetID () const |
uint32_t | GetSize () const |
template<> | |
const void * | GetPtr () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |