26 #ifndef TAGLIB_ID3V2SYNCHDATA_H 27 #define TAGLIB_ID3V2SYNCHDATA_H
TAGLIB_EXPORT ByteVector fromUInt(unsigned int value)
Returns a 4 byte (32 bit) synchsafe integer based on value.
A byte vector.
Definition: tbytevector.h:45
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
This returns the unsigned integer value of data where data is a ByteVector that contains a synchsafe ...
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
TAGLIB_EXPORT ByteVector decode(const ByteVector &input)
Convert the data from unsynchronized data to its original format.