Merge remote-tracking branch 'TsudaKageyu/comment-update'

This commit is contained in:
Lukáš Lalinský
2013-07-11 10:05:29 +02:00
8 changed files with 25 additions and 20 deletions

View File

@ -51,7 +51,8 @@ namespace TagLib {
* 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);
@ -60,7 +61,8 @@ namespace TagLib {
* 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.