#include <AAX_VPrivateDataAccess.h>
Version-managed concrete AAX_IPrivateDataAccess class.
| AAX_VPrivateDataAccess::AAX_VPrivateDataAccess |
( |
IACFUnknown * |
pUnknown | ) |
|
| virtual AAX_VPrivateDataAccess::~AAX_VPrivateDataAccess |
( |
| ) |
|
|
virtual |
| virtual AAX_Result AAX_VPrivateDataAccess::ReadPortDirect |
( |
AAX_CFieldIndex |
iFieldIndex, |
|
|
const uint32_t |
iOffset, |
|
|
const uint32_t |
iSize, |
|
|
void * |
oBuffer |
|
) |
| |
|
virtual |
Read data directly from DSP at the given port.
- Note
- Blocking
- Parameters
-
| [in] | iFieldIndex | The port to read from. |
| [in] | iOffset | Offset into data to start reading. |
| [in] | iSize | Amount of data to read (in bytes). |
| [out] | oBuffer | Pointer to storage for data to be read into. |
Implements AAX_IPrivateDataAccess.
| virtual AAX_Result AAX_VPrivateDataAccess::WritePortDirect |
( |
AAX_CFieldIndex |
iFieldIndex, |
|
|
const uint32_t |
iOffset, |
|
|
const uint32_t |
iSize, |
|
|
const void * |
iBuffer |
|
) |
| |
|
virtual |
Write data directly to DSP at the given port.
- Note
- Blocking
- Parameters
-
| [in] | iFieldIndex | The port to write to. |
| [in] | iOffset | Offset into data to begin writing. |
| [in] | iSize | Amount of data to write (in bytes). |
| [in] | iBuffer | Pointer to data being written. |
Implements AAX_IPrivateDataAccess.
The documentation for this class was generated from the following file: