mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Restore public API from last commit
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@301962 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -43,10 +43,15 @@ namespace TagLib {
|
||||
/*!
|
||||
* Create an instance of FLAC::Properties with the data read from the
|
||||
* ByteVector \a data.
|
||||
* BIC: API changed since last stable release
|
||||
*/
|
||||
Properties(ByteVector data, long streamLength, ReadStyle style = Average);
|
||||
|
||||
/*!
|
||||
* Create an instance of FLAC::Properties with the data read from the
|
||||
* FLAC::File \a file.
|
||||
*/
|
||||
Properties(File *file, ReadStyle style = Average); // BIC: remove
|
||||
|
||||
/*!
|
||||
* Destroys this FLAC::Properties instance.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user