Mercurial > hg > easaier-soundaccess
comparison data/fileio/AudioFileReaderFactory.h @ 85:c8186c4942d6
support mp3 file reading
author | lbajardsilogic |
---|---|
date | Mon, 25 Jun 2007 13:52:25 +0000 |
parents | fc9323a41f5a |
children |
comparison
equal
deleted
inserted
replaced
84:51a12971e10e | 85:c8186c4942d6 |
---|---|
28 * in a format suitable for use with QFileDialog. For example, | 28 * in a format suitable for use with QFileDialog. For example, |
29 * "*.wav *.aiff *.ogg". | 29 * "*.wav *.aiff *.ogg". |
30 */ | 30 */ |
31 static QString getKnownExtensions(); | 31 static QString getKnownExtensions(); |
32 | 32 |
33 static bool isKnownExtensions(QString &extension); | |
34 | |
33 /** | 35 /** |
34 * Return an audio file reader initialised to the file at the | 36 * Return an audio file reader initialised to the file at the |
35 * given path, or NULL if no suitable reader for this path is | 37 * given path, or NULL if no suitable reader for this path is |
36 * available or the file cannot be opened. | 38 * available or the file cannot be opened. |
37 * Caller owns the returned object and must delete it after use. | 39 * Caller owns the returned object and must delete it after use. |