comparison data/fileio/AudioFileSizeEstimator.h @ 1343:c380e56c95f5 3.0-integration

Untabify some more
author Chris Cannam
date Fri, 06 Jan 2017 09:50:13 +0000
parents 329ddaf7415d
children
comparison
equal deleted inserted replaced
1342:c0fece5e7755 1343:c380e56c95f5
41 * The returned value is an estimate, and is deliberately usually 41 * The returned value is an estimate, and is deliberately usually
42 * on the high side. If the estimator has no idea at all, this 42 * on the high side. If the estimator has no idea at all, this
43 * will return 0. 43 * will return 0.
44 */ 44 */
45 static sv_frame_t estimate(FileSource source, 45 static sv_frame_t estimate(FileSource source,
46 sv_samplerate_t targetRate = 0); 46 sv_samplerate_t targetRate = 0);
47 }; 47 };
48 48
49 #endif 49 #endif