AAX SDK  2.4.1
Avid Audio Extensions Development Kit
List of all members | Public Member Functions | Public Attributes
AAX_CChunkDataParser::DataValue Struct Reference

#include <AAX_CChunkDataParser.h>

Collaboration diagram for AAX_CChunkDataParser::DataValue:
[legend]

Public Member Functions

 DataValue ()
 

Public Attributes

int32_t mDataType
 
AAX_CString mDataName
 name of the stored data More...
 
int64_t mIntValue
 used if this DataValue is not a string More...
 
AAX_CString mStringValue
 used if this DataValue is a string More...
 

Constructor & Destructor Documentation

◆ DataValue()

AAX_CChunkDataParser::DataValue::DataValue ( )
inline

Member Data Documentation

◆ mDataType

int32_t AAX_CChunkDataParser::DataValue::mDataType

◆ mDataName

AAX_CString AAX_CChunkDataParser::DataValue::mDataName

name of the stored data

◆ mIntValue

int64_t AAX_CChunkDataParser::DataValue::mIntValue

used if this DataValue is not a string

◆ mStringValue

AAX_CString AAX_CChunkDataParser::DataValue::mStringValue

used if this DataValue is a string


The documentation for this struct was generated from the following file: