#include <vamp.h>
List of all members.
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.
|
Detailed Description
Definition at line 174 of file vamp.h.
Member Data Documentation
1 if the feature has a timestamp (i.e.
if vampVariableSampleRate).
Definition at line 177 of file vamp.h.
Seconds component of timestamp.
Definition at line 180 of file vamp.h.
Nanoseconds component of timestamp.
Definition at line 183 of file vamp.h.
Number of values.
Must be binCount if hasFixedBinCount.
Definition at line 186 of file vamp.h.
Values for this returned sample.
Definition at line 189 of file vamp.h.
Label for this returned sample.
May be NULL.
Definition at line 192 of file vamp.h.
The documentation for this struct was generated from the following file: