25 #ifndef AAX_IACFCOLLECTION_H
26 #define AAX_IACFCOLLECTION_H
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
33 #include "acfbaseapi.h"
51 #pragma clang diagnostic pop
int32_t AAX_Result
Definition: AAX.h:337
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:248
Versioned interface to represent a plug-in binary's static description.
Definition: AAX_IACFCollection.h:40
virtual AAX_Result AddEffect(const char *inEffectID, IACFUnknown *inEffectDescriptor)=0
Add an Effect description to the collection.
virtual AAX_Result SetProperties(IACFUnknown *inProperties)=0
Set the properties of the collection.
virtual AAX_Result SetPackageVersion(uint32_t inVersion)=0
Set the plug-in package version number.
virtual AAX_Result AddPackageName(const char *inPackageName)=0
Set the plug-in package name.
virtual AAX_Result SetManufacturerName(const char *inPackageName)=0
Set the plug-in manufacturer name.
Description interface for an effect's (plug-in type's) components.
Definition: AAX_IEffectDescriptor.h:50