aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ape/apefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ape/apefile.h')
-rw-r--r--taglib/ape/apefile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/taglib/ape/apefile.h b/taglib/ape/apefile.h
index a4bc80d9..2f22fdde 100644
--- a/taglib/ape/apefile.h
+++ b/taglib/ape/apefile.h
@@ -92,6 +92,14 @@ namespace TagLib {
Properties::ReadStyle propertiesStyle = Properties::Average);
/*!
+ * Contructs an WavPack 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();