VampPluginSDK
2.10
|
_VampFeatureList Struct Reference
#include <vamp.h>
Public Attributes | |
unsigned int | featureCount |
Number of features in this feature list. More... | |
VampFeatureUnion * | features |
Features in this feature list. More... | |
Detailed Description
Member Data Documentation
unsigned int _VampFeatureList::featureCount |
VampFeatureUnion* _VampFeatureList::features |
Features in this feature list.
May be NULL if featureCount is zero.
If present, this array must contain featureCount feature structures for a Vamp API version 1 plugin, or 2*featureCount feature unions for a Vamp API version 2 plugin.
The features returned by an API version 2 plugin must consist of the same feature structures as in API version 1 for the first featureCount array elements, followed by featureCount unions that contain VampFeatureV2 structures (or NULL pointers if no V2 feature structures are present).
The documentation for this struct was generated from the following file:
Generated by 1.8.11