#include <AAX_IACFPropertyMap.h>
Versioned interface for an AAX_IPropertyMap.
◆ GetProperty()
Get a property value from a property map.
Returns true if the selected property is supported, false if it is not
- Parameters
-
[in] | inProperty | The property ID |
[out] | outValue | The property value |
◆ AddProperty()
Add a property to a property map.
- Note
- This method may return an error if adding the property was unsuccessful. If there is a failure when adding a required property then registration of the relevant description element must be abandoned and the plug-in's description logic should proceed to the next element.
- Parameters
-
[in] | inProperty | The property ID. |
[in] | inValue | |
◆ RemoveProperty()
Remove a property from a property map.
- Parameters
-
[in] | inProperty | The property ID. |
The documentation for this class was generated from the following file: