Changing the API to something more flexible (And needed for Ogg/FLAC)

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@301824 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Allan Sandfeld Jensen
2004-04-06 20:34:28 +00:00
parent 9fe8b9ea34
commit 4f1f6adf59
4 changed files with 19 additions and 23 deletions

View File

@ -42,9 +42,10 @@ namespace TagLib {
public:
/*!
* Create an instance of FLAC::Properties with the data read from the
* FLAC::File \a file.
* ByteVector \a data.
* BIC: API changed since last stable release
*/
Properties(File *file, ReadStyle style = Average);
Properties(ByteVector data, long streamLength, ReadStyle style = Average);
/*!
* Destroys this FLAC::Properties instance.