AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
AAX_CChunkDataParser::DataValue Struct Reference

#include <AAX_CChunkDataParser.h>

Collaboration diagram for AAX_CChunkDataParser::DataValue:
Collaboration graph
[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

AAX_CChunkDataParser::DataValue::DataValue ( )
inline

Member Data Documentation

int32_t AAX_CChunkDataParser::DataValue::mDataType
AAX_CString AAX_CChunkDataParser::DataValue::mDataName

name of the stored data

int64_t AAX_CChunkDataParser::DataValue::mIntValue

used if this DataValue is not a string

AAX_CString AAX_CChunkDataParser::DataValue::mStringValue

used if this DataValue is a string


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