aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mp4/mp4file.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mp4/mp4file.h')
-rw-r--r--taglib/mp4/mp4file.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/taglib/mp4/mp4file.h b/taglib/mp4/mp4file.h
index 5c28d774..c3613f76 100644
--- a/taglib/mp4/mp4file.h
+++ b/taglib/mp4/mp4file.h
@@ -59,6 +59,16 @@ namespace TagLib {
File(FileName file, bool readProperties = true, Properties::ReadStyle audioPropertiesStyle = Properties::Average);
/*!
+ * Contructs a MP4 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.
+ *
+ * \note In the current implementation, both \a readProperties and
+ * \a propertiesStyle are ignored.
+ */
+ File(IOStream *stream, bool readProperties = true, Properties::ReadStyle audioPropertiesStyle = Properties::Average);
+
+ /*!
* Destroys this instance of the File.
*/
virtual ~File();