comparison data/fileio/FileSource.h @ 1098:329ddaf7415d simple-fft-model

Store temporary audio files in memory if we have plenty of it
author Chris Cannam
date Mon, 15 Jun 2015 14:35:37 +0100
parents 3a48b22fed48
children ad5f892c0c4d
comparison
equal deleted inserted replaced
1097:abc309f507ae 1098:329ddaf7415d
165 * Return the MIME content type of this file, if known. 165 * Return the MIME content type of this file, if known.
166 */ 166 */
167 QString getContentType() const; 167 QString getContentType() const;
168 168
169 /** 169 /**
170 * Return the file extension for this file, if any. 170 * Return the file extension for this file, if any. The returned
171 * extension is always lower-case.
171 */ 172 */
172 QString getExtension() const; 173 QString getExtension() const;
173 174
174 /** 175 /**
175 * Return an error message, if isOK() is false. 176 * Return an error message, if isOK() is false.