![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_IACFFeatureInfo.h>
Information about host support for a particular feature
Acquired using AAX_IACFDescriptionHost::AcquireFeatureProperties()
This interface is shared between multiple features. The specific feature which this object represents is the feature whose ID was used in the call to acquire this interface.
See the feature UID documentation for which properties support additional property map data
QueryInterface()
for IID_IAAXFeatureInfoV1 since this does not indicate which specific feature is being requested. Instead, use AAX_IDescriptionHost::AcquireFeatureProperties() Public Member Functions | |
virtual AAX_Result | SupportLevel (AAX_ESupportLevel *oSupportLevel) const =0 |
virtual AAX_Result | AcquireProperties (IACFUnknown **outProperties)=0 |
![]() | |
virtual BEGIN_ACFINTERFACE ACFRESULT ACFMETHODCALLTYPE | QueryInterface (const acfIID &iid, void **ppOut)=0 |
Returns pointers to supported interfaces. More... | |
virtual acfUInt32 ACFMETHODCALLTYPE | AddRef (void)=0 |
Increments reference count. More... | |
virtual acfUInt32 ACFMETHODCALLTYPE | Release (void)=0 |
Decrements reference count. More... | |
|
pure virtual |
Determine the level of support for this feature by the host
Determine the level of support for this feature by the host
|
pure virtual |
outProperties
must support AAX_IACFPropertyMap const methods