aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/trueaudio/trueaudiofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/trueaudio/trueaudiofile.h')
-rw-r--r--taglib/trueaudio/trueaudiofile.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/taglib/trueaudio/trueaudiofile.h b/taglib/trueaudio/trueaudiofile.h
index 4bcb722a..3737ac63 100644
--- a/taglib/trueaudio/trueaudiofile.h
+++ b/taglib/trueaudio/trueaudiofile.h
@@ -235,6 +235,15 @@ namespace TagLib {
*/
bool hasID3v2Tag() const;
+ /*!
+ * Returns whether or not the given \a stream can be opened as a TrueAudio
+ * file.
+ *
+ * \note This method is designed to do a quick check. The result may
+ * not necessarily be correct.
+ */
+ static bool isSupported(IOStream *stream);
+
private:
File(const File &);
File &operator=(const File &);