comparison vamp-sdk/hostext/PluginSummarisingAdapter.h @ 175:4811fb599a97

* summarising adapter might sort of work now -- quite untested though
author cannam
date Tue, 05 Aug 2008 15:15:37 +0000
parents a6346812db44
children adfb6348881c
comparison
equal deleted inserted replaced
174:a6346812db44 175:4811fb599a97
67 Variance, 67 Variance,
68 StandardDeviation, 68 StandardDeviation,
69 Count 69 Count
70 }; 70 };
71 71
72 FeatureSet getSummary(int output, SummaryType type); 72 FeatureList getSummary(int output, SummaryType type);
73 73
74 protected: 74 protected:
75 class Impl; 75 class Impl;
76 Impl *m_impl; 76 Impl *m_impl;
77 }; 77 };