AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_VFeatureInfo.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 * Copyright 2016-2017, 2019, 2023 Avid Technology, Inc.
4 * All rights reserved.
5 *
6 * CONFIDENTIAL: this document contains confidential information of Avid. Do
7 * not disclose to any third party. Use of the information contained in this
8 * document is subject to an Avid SDK license.
9 */
10
11#ifndef AAXLibrary_AAX_VFeatureInfo_h
12#define AAXLibrary_AAX_VFeatureInfo_h
13
14#include "AAX_IFeatureInfo.h"
15
16#include "ACFPtr.h"
17#include "acfbasetypes.h"
18
19
22
23
28{
29public:
30 explicit AAX_VFeatureInfo( IACFUnknown* pUnknown, const AAX_Feature_UID& inFeatureID );
32
33public: // AAX_IFeatureInfo
37
38private:
39 AAX_Feature_UID mFeatureID;
40 ACFPtr<AAX_IACFFeatureInfo> mIFeature;
41};
42
43
44#endif
AAX_ESupportLevel
Definition: AAX_Enums.h:1274
int32_t AAX_Result
Definition: AAX.h:334
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:151
Definition: AAX_ACFInterface.doxygen:216
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Definition: AAX_IACFFeatureInfo.h:41
Definition: AAX_IFeatureInfo.h:21
Generic plug-in description property map.
Definition: AAX_IPropertyMap.h:56
Definition: AAX_VFeatureInfo.h:28
const AAX_Feature_UID & ID() const AAX_OVERRIDE
AAX_VFeatureInfo(IACFUnknown *pUnknown, const AAX_Feature_UID &inFeatureID)
~AAX_VFeatureInfo() AAX_OVERRIDE
const AAX_IPropertyMap * AcquireProperties() const AAX_OVERRIDE
AAX_Result SupportLevel(AAX_ESupportLevel &oSupportLevel) const AAX_OVERRIDE