aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav/wavfile.h')
-rw-r--r--taglib/riff/wav/wavfile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/taglib/riff/wav/wavfile.h b/taglib/riff/wav/wavfile.h
index b44668c3..341932b9 100644
--- a/taglib/riff/wav/wavfile.h
+++ b/taglib/riff/wav/wavfile.h
@@ -66,6 +66,14 @@ namespace TagLib {
Properties::ReadStyle propertiesStyle = Properties::Average);
/*!
+ * Contructs an WAV file from \a file. If \a readProperties is true the
+ * file's audio properties will also be read using \a propertiesStyle. If
+ * false, \a propertiesStyle is ignored.
+ */
+ File(IOStream *stream, bool readProperties = true,
+ Properties::ReadStyle propertiesStyle = Properties::Average);
+
+ /*!
* Destroys this instance of the File.
*/
virtual ~File();