comparison vamp-sdk/Plugin.h @ 360:2741e4323d1d

Merge
author Chris Cannam
date Fri, 28 Mar 2014 13:13:08 +0000
parents e85513153c71
children e43186ff8854
comparison
equal deleted inserted replaced
359:b4e9da4c2c69 360:2741e4323d1d
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 /**