_VampFeature Struct Reference

#include <vamp.h>

List of all members.


Detailed Description

Definition at line 165 of file vamp.h.


Public Attributes

int hasTimestamp
 1 if the feature has a timestamp (i.e.
int sec
 Seconds component of timestamp.
int nsec
 Nanoseconds component of timestamp.
unsigned int valueCount
 Number of values.
float * values
 Values for this returned sample.
char * label
 Label for this returned sample.

Member Data Documentation

1 if the feature has a timestamp (i.e.

if vampVariableSampleRate).

Definition at line 168 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().

Seconds component of timestamp.

Definition at line 171 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().

Nanoseconds component of timestamp.

Definition at line 174 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().

Number of values.

Must be binCount if hasFixedBinCount.

Definition at line 177 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().

Values for this returned sample.

Definition at line 180 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().

Label for this returned sample.

May be NULL.

Definition at line 183 of file vamp.h.

Referenced by Vamp::PluginHostAdapter::convertFeatures(), and Vamp::PluginAdapterBase::Impl::convertFeatures().


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

Generated on Thu Jun 19 13:07:48 2008 for VampPluginSDK by  doxygen 1.5.5