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

@ -97,12 +97,6 @@ namespace TagLib {
*/
void setID3v2FrameFactory(const ID3v2::FrameFactory *factory);
/*!
* Returns the block of data used by FLAC::Properties for parsing the
* stream properties.
*/
ByteVector streamInfoData();
/*!
* Returns the length of the audio-stream, used by FLAC::Properties for
* calculating the bitrate.
@ -117,6 +111,7 @@ namespace TagLib {
void scan();
long findID3v2();
long findID3v1();
ByteVector streamInfoData();
ByteVector xiphCommentData();
class FilePrivate;