22#ifndef AAX_IACFCOLLECTION_H
23#define AAX_IACFCOLLECTION_H
26#pragma clang diagnostic push
27#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
30#include "acfbaseapi.h"
48#pragma clang diagnostic pop
int32_t AAX_Result
Definition: AAX.h:334
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface to represent a plug-in binary's static description.
Definition: AAX_IACFCollection.h:37
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:47