aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/flac/oggflacfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ogg/flac/oggflacfile.h')
-rw-r--r--taglib/ogg/flac/oggflacfile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/taglib/ogg/flac/oggflacfile.h b/taglib/ogg/flac/oggflacfile.h
index 5882a696..d4373795 100644
--- a/taglib/ogg/flac/oggflacfile.h
+++ b/taglib/ogg/flac/oggflacfile.h
@@ -72,6 +72,14 @@ namespace TagLib {
Properties::ReadStyle propertiesStyle = Properties::Average);
/*!
+ * Contructs an Ogg/FLAC 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();