![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_IDescriptionHost.h>
Interface to host services provided during plug-in description
Public Member Functions | |
virtual | ~AAX_IDescriptionHost () |
virtual const AAX_IFeatureInfo * | AcquireFeatureProperties (const AAX_Feature_UID &inFeatureID) const =0 |
|
inlinevirtual |
|
pure virtual |
Get the client's feature object for a given feature ID
Similar to QueryInterface()
but uses a feature identifier rather than a true IID
Ownership of the returned object is passed to the caller; the caller is responsible for destroying the object, e.g. by capturing the returned object in a smart pointer.
NULL
if the desired feature was not found or if an error occurred[in] | inFeatureID | Identifier of the requested feature |
Implemented in AAX_VDescriptionHost.