comparison win32-mingw/include/vamp-sdk/Plugin.h @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents 48209aa7aa51
children
comparison
equal deleted inserted replaced
22:b07fe9e906dc 23:619f715526df
319 */ 319 */
320 bool hasDuration; 320 bool hasDuration;
321 321
322 OutputDescriptor() : // defaults for mandatory non-class-type members 322 OutputDescriptor() : // defaults for mandatory non-class-type members
323 hasFixedBinCount(false), hasKnownExtents(false), isQuantized(false), 323 hasFixedBinCount(false), hasKnownExtents(false), isQuantized(false),
324 sampleType(OneSamplePerStep), hasDuration(false) { } 324 sampleType(OneSamplePerStep), sampleRate(0), hasDuration(false) { }
325 }; 325 };
326 326
327 typedef std::vector<OutputDescriptor> OutputList; 327 typedef std::vector<OutputDescriptor> OutputList;
328 328
329 /** 329 /**