AAX SDK 2.8.0
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-2024 Avid Technology, Inc.
4 * All rights reserved.
5 *
6 * This file is part of the Avid AAX SDK.
7 *
8 * The AAX SDK is subject to commercial or open-source licensing.
9 *
10 * By using the AAX SDK, you agree to the terms of both the Avid AAX SDK License
11 * Agreement and Avid Privacy Policy.
12 *
13 * AAX SDK License: https://developer.avid.com/aax
14 * Privacy Policy: https://www.avid.com/legal/privacy-policy-statement
15 *
16 * Or: You may also use this code under the terms of the GPL v3 (see
17 * www.gnu.org/licenses).
18 *
19 * THE AAX SDK IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
20 * EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
21 * DISCLAIMED.
22 */
23
24#ifndef AAXLibrary_AAX_VFeatureInfo_h
25#define AAXLibrary_AAX_VFeatureInfo_h
26
27#include "AAX_IFeatureInfo.h"
28
29#include "ACFPtr.h"
30#include "acfbasetypes.h"
31
32
35
36
41{
42public:
43 explicit AAX_VFeatureInfo( IACFUnknown* pUnknown, const AAX_Feature_UID& inFeatureID );
45
46public: // AAX_IFeatureInfo
50
51private:
52 AAX_Feature_UID mFeatureID;
53 ACFPtr<AAX_IACFFeatureInfo> mIFeature;
54};
55
56
57#endif
AAX_ESupportLevel
Definition: AAX_Enums.h:1320
int32_t AAX_Result
Definition: AAX.h:347
#define AAX_OVERRIDE
override keyword macro
Definition: AAX.h:164
Definition: AAX_ACFInterface.doxygen:229
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:265
Definition: AAX_IACFFeatureInfo.h:54
Definition: AAX_IFeatureInfo.h:34
Generic plug-in description property map.
Definition: AAX_IPropertyMap.h:69
Definition: AAX_VFeatureInfo.h:41
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