![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Namespaces | |
TagLib | |
A namespace for all TagLib related classes and functions. | |
TagLib::ID3v2 | |
An ID3v2 implementation. | |
TagLib::ID3v2::SynchData | |
A few functions for ID3v2 synch safe integer conversion. | |
Functions | |
TAGLIB_EXPORT unsigned int | TagLib::ID3v2::SynchData::toUInt (const ByteVector &data) |
This returns the unsigned integer value of data where data is a ByteVector that contains a synchsafe integer (Structure, 6.2). More... | |
TAGLIB_EXPORT ByteVector | TagLib::ID3v2::SynchData::fromUInt (unsigned int value) |
Returns a 4 byte (32 bit) synchsafe integer based on value. More... | |
TAGLIB_EXPORT ByteVector | TagLib::ID3v2::SynchData::decode (const ByteVector &input) |
Convert the data from unsynchronized data to its original format. More... | |