Mercurial > hg > vamp-plugin-sdk
diff 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 |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginSummarisingAdapter.h Tue Aug 05 13:38:30 2008 +0000 +++ b/vamp-sdk/hostext/PluginSummarisingAdapter.h Tue Aug 05 15:15:37 2008 +0000 @@ -69,7 +69,7 @@ Count }; - FeatureSet getSummary(int output, SummaryType type); + FeatureList getSummary(int output, SummaryType type); protected: class Impl;