VampPluginSDK  2.1
_VampFeatureList Struct Reference

#include <vamp.h>

List of all members.

Public Attributes

unsigned int featureCount
 Number of features in this feature list.
VampFeatureUnionfeatures
 Features in this feature list.

Detailed Description

Definition at line 217 of file vamp.h.


Member Data Documentation

Number of features in this feature list.

Definition at line 220 of file vamp.h.

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).

Definition at line 235 of file vamp.h.


The documentation for this struct was generated from the following file: