35#ifndef AAX_IACFCOLLECTION_H
36#define AAX_IACFCOLLECTION_H
39#pragma clang diagnostic push
40#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
43#include "acfbaseapi.h"
61#pragma clang diagnostic pop
int32_t AAX_Result
Definition: AAX.h:347
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:265
Versioned interface to represent a plug-in binary's static description.
Definition: AAX_IACFCollection.h:50
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:60