mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 06:54:22 -04:00
Do not delete the IOStream object in TagLib::File
This commit is contained in:
@ -48,6 +48,9 @@ namespace TagLib {
|
||||
* Contructs a Extended Module file from \a stream. If \a readProperties
|
||||
* is true the file's audio properties will also be read using
|
||||
* \a propertiesStyle. If false, \a propertiesStyle is ignored.
|
||||
*
|
||||
* \note TagLib will *not* take ownership of the stream, the caller is
|
||||
* responsible for deleting it after the File object.
|
||||
*/
|
||||
File(IOStream *stream, bool readProperties = true,
|
||||
AudioProperties::ReadStyle propertiesStyle =
|
||||
|
Reference in New Issue
Block a user