22#ifndef AAX_IACFPROPERTYMAP_H
23#define AAX_IACFPROPERTYMAP_H
28#pragma clang diagnostic push
29#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
32#include "acfunknown.h"
63#pragma clang diagnostic pop
Various utility definitions for AAX.
int64_t AAX_CPropertyValue64
64-bit property values
Definition: AAX.h:336
int32_t AAX_Result
Definition: AAX.h:334
uint8_t AAX_CBoolean
Cross-compiler boolean type used by AAX interfaces.
Definition: AAX.h:326
int32_t AAX_CPropertyValue
32-bit property values
Definition: AAX.h:335
AAX_EProperty
The list of properties that can be added to an AAX_IPropertyMap.
Definition: AAX_Properties.h:69
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Plug-in Identifier Triad.
Definition: AAX.h:553
Versioned interface for an AAX_IPropertyMap.
Definition: AAX_IACFPropertyMap.h:37
virtual AAX_Result RemoveProperty(AAX_EProperty inProperty)=0
Remove a property from a property map.
virtual AAX_CBoolean GetProperty(AAX_EProperty inProperty, AAX_CPropertyValue *outValue) const =0
Get a property value from a property map.
virtual AAX_Result AddProperty(AAX_EProperty inProperty, AAX_CPropertyValue inValue)=0
Add a property to a property map.
Versioned interface for an AAX_IPropertyMap.
Definition: AAX_IACFPropertyMap.h:47
virtual AAX_CBoolean GetPropertyWithIDArray(AAX_EProperty inProperty, const AAX_SPlugInIdentifierTriad **outPluginIDs, uint32_t *outNumPluginIDs) const =0
Get an array of plug-in IDs from a property map.
virtual AAX_Result AddPropertyWithIDArray(AAX_EProperty inProperty, const AAX_SPlugInIdentifierTriad *inPluginIDs, uint32_t inNumPluginIDs)=0
Add an array of plug-in IDs to a property map.
Versioned interface for an AAX_IPropertyMap.
Definition: AAX_IACFPropertyMap.h:56
virtual AAX_CBoolean GetProperty64(AAX_EProperty inProperty, AAX_CPropertyValue64 *outValue) const =0
Get a property value from a property map.
virtual AAX_Result AddProperty64(AAX_EProperty inProperty, AAX_CPropertyValue64 inValue)=0
Add a property to a property map.