![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_IFeatureInfo.h>
Public Member Functions | |
virtual | ~AAX_IFeatureInfo () |
virtual AAX_Result | SupportLevel (AAX_ESupportLevel &oSupportLevel) const =0 |
virtual const AAX_IPropertyMap * | AcquireProperties () const =0 |
virtual const AAX_Feature_UID & | ID () const =0 |
|
inlinevirtual |
|
pure virtual |
Determine the level of support for this feature by the host
Implemented in AAX_VFeatureInfo.
|
pure virtual |
Additional properties providing details of the feature support
See the feature's UID for documentation of which features provide additional properties
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 occurredImplemented in AAX_VFeatureInfo.
|
pure virtual |
Returns the ID of the feature which this object represents
Implemented in AAX_VFeatureInfo.