25 #ifndef AAX_IPROPERTYMAP_H
26 #define AAX_IPROPERTYMAP_H
115 #endif // AAX_IPROPERTYMAP_H
Contains IDs for properties that can be added to an AAX_IPropertyMap.
Various utility definitions for AAX.
int32_t AAX_CPropertyValue
Definition: AAX.h:119
virtual AAX_Result AddPropertyWithIDArray(AAX_EProperty iProperty, const AAX_SPlugInIdentifierTriad *iPluginIDs, uint32_t iNumPluginIDs)=0
Add an array of plug-in IDs to a property map.
virtual AAX_CBoolean GetProperty(AAX_EProperty iProperty, AAX_CPropertyValue *oValue) const =0
Get a property value from a property map.
virtual AAX_Result RemoveProperty(AAX_EProperty iProperty)=0
Remove a callback property from a property map.
virtual AAX_Result AddProperty(AAX_EProperty iProperty, AAX_CPropertyValue iValue)=0
Add a callback property to a property map.
uint8_t AAX_CBoolean
Cross-compiler boolean type used by AAX interfaces.
Definition: AAX.h:110
Generic plug-in description property map.
Definition: AAX_IPropertyMap.h:56
AAX_EProperty
The list of properties that can be added to an AAX_IPropertyMap.
Definition: AAX_Properties.h:66
Plug-in Identifier Triad.
Definition: AAX.h:267
int32_t AAX_Result
Definition: AAX.h:118
virtual AAX_CBoolean GetPropertyWithIDArray(AAX_EProperty iProperty, const AAX_SPlugInIdentifierTriad **oPluginIDs, uint32_t *oNumPluginIDs) const =0
Get an array of plug-in IDs from a property map.
virtual ~AAX_IPropertyMap()
Definition: AAX_IPropertyMap.h:59