![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
Macros | |
#define | AAX_EXPORT extern "C" __declspec(dllexport) ACFRESULT __stdcall |
Functions | |
AAX_EXPORT | ACFRegisterPlugin (IACFUnknown *pUnkHostVoid, IACFPluginDefinition **ppPluginDefinitionVoid) |
The main plug-in registration method. More... | |
AAX_EXPORT | ACFRegisterComponent (IACFUnknown *pUnkHost, acfUInt32 index, IACFComponentDefinition **ppComponentDefinition) |
Registers a specific component in the DLL. More... | |
AAX_EXPORT | ACFGetClassFactory (IACFUnknown *pUnkHost, const acfCLSID &clsid, const acfIID &iid, void **ppOut) |
Gets the factory for a given class ID. More... | |
AAX_EXPORT | ACFCanUnloadNow (IACFUnknown *pUnkHost) |
Determines whether or not the host may unload the DLL. More... | |
AAX_EXPORT | ACFStartup (IACFUnknown *pUnkHost) |
DLL initialization routine. More... | |
AAX_EXPORT | ACFShutdown (IACFUnknown *pUnkHost) |
DLL shutdown routine. More... | |
AAX_EXPORT | ACFGetSDKVersion (acfUInt64 *oSDKVersion) |
Returns the DLL's SDK version. More... | |
#define AAX_EXPORT extern "C" __declspec(dllexport) ACFRESULT __stdcall |
ACFAPI ACFRegisterPlugin | ( | IACFUnknown * | pUnkHost, |
IACFPluginDefinition ** | ppPluginDefinition | ||
) |
The main plug-in registration method.
References AAXRegisterPlugin().
ACFAPI ACFRegisterComponent | ( | IACFUnknown * | pUnkHost, |
acfUInt32 | index, | ||
IACFComponentDefinition ** | ppComponentDefinition | ||
) |
Registers a specific component in the DLL.
References AAXRegisterComponent().
ACFAPI ACFGetClassFactory | ( | IACFUnknown * | pUnkHost, |
const acfCLSID & | clsid, | ||
const acfIID & | iid, | ||
void ** | ppOut | ||
) |
Gets the factory for a given class ID.
References AAXGetClassFactory().
ACFAPI ACFCanUnloadNow | ( | IACFUnknown * | pUnkHost | ) |
Determines whether or not the host may unload the DLL.
References AAXCanUnloadNow().
ACFAPI ACFStartup | ( | IACFUnknown * | pUnkHost | ) |
ACFAPI ACFShutdown | ( | IACFUnknown * | pUnkHost | ) |
ACFAPI ACFGetSDKVersion | ( | acfUInt64 * | oSDKVersion | ) |
Returns the DLL's SDK version.
References AAXGetSDKVersion().