comparison vamp-hostsdk/PluginSummarisingAdapter.h @ 291:2e16d99867bd

* Tidying, build, versions, docs updates for release
author cannam
date Tue, 22 Sep 2009 10:02:56 +0000
parents c97e70ed5abc
children 8ffb8985ae8f
comparison
equal deleted inserted replaced
290:c97e70ed5abc 291:2e16d99867bd
154 * the input given a feature that emits a new result only when the 154 * the input given a feature that emits a new result only when the
155 * value changes (the modal value integrated over time). 155 * value changes (the modal value integrated over time).
156 */ 156 */
157 enum AveragingMethod { 157 enum AveragingMethod {
158 SampleAverage = 0, 158 SampleAverage = 0,
159 ContinuousTimeAverage = 1, 159 ContinuousTimeAverage = 1
160 }; 160 };
161 161
162 /** 162 /**
163 * Return summaries of the features that were returned on the 163 * Return summaries of the features that were returned on the
164 * given output, using the given SummaryType and AveragingMethod. 164 * given output, using the given SummaryType and AveragingMethod.