* Constructs an ASF file from \a file.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*/
File(FileName file, bool readProperties = true,
Properties::ReadStyle propertiesStyle = Properties::Average);
* Constructs an ASF file from \a stream.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.
* Constructs a Impulse Tracker file from \a file.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*/
File(FileName file, bool readProperties = true,
AudioProperties::ReadStyle propertiesStyle =
* Constructs a Impulse Tracker file from \a stream.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.
* Constructs a Protracker file from \a file.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*/
File(FileName file, bool readProperties = true,
AudioProperties::ReadStyle propertiesStyle =
* Constructs a Protracker file from \a stream.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.
protected:
/*!
- * Contructs an Ogg 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.
+ * Constructs an Ogg file from \a file.
*
* \note This constructor is protected since Ogg::File shouldn't be
* instantiated directly but rather should be used through the codec
File(FileName file);
/*!
- * Contructs an Ogg 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.
+ * Constructs an Ogg file from \a stream.
*
* \note This constructor is protected since Ogg::File shouldn't be
* instantiated directly but rather should be used through the codec
* Constructs a ScreamTracker III from \a file.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*/
File(FileName file, bool readProperties = true,
AudioProperties::ReadStyle propertiesStyle =
* Constructs a ScreamTracker III file from \a stream.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.
ByteVector(uint size, char value = 0);
/*!
- * Contructs a byte vector that is a copy of \a v.
+ * Constructs a byte vector that is a copy of \a v.
*/
ByteVector(const ByteVector &v);
/*!
- * Contructs a byte vector that is a copy of \a v.
+ * Constructs a byte vector that is a copy of \a v.
*/
ByteVector(const ByteVector &v, uint offset, uint length);
/*!
- * Contructs a byte vector that contains \a c.
+ * Constructs a byte vector that contains \a c.
*/
ByteVector(char c);
* file's audio properties will also be read using \a propertiesStyle. If
* false, \a propertiesStyle is ignored
*/
-
File(FileName file, bool readProperties = true,
Properties::ReadStyle propertiesStyle = Properties::Average);
* Constructs an Extended Module file from \a file.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*/
File(FileName file, bool readProperties = true,
AudioProperties::ReadStyle propertiesStyle =
* Constructs an Extended Module file from \a stream.
*
* \note In the current implementation, both \a readProperties and
- * \a propertiesStyle are ignored.
+ * \a propertiesStyle are ignored. The audio properties are always
+ * read.
*
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.