26#ifndef TAGLIB_ID3V2SYNCHDATA_H
27#define TAGLIB_ID3V2SYNCHDATA_H
A byte vector.
Definition tbytevector.h:46
A few functions for ID3v2 synch safe integer conversion.
Definition id3v2synchdata.h:47
TAGLIB_EXPORT ByteVector fromUInt(unsigned int value)
TAGLIB_EXPORT ByteVector decode(const ByteVector &input)
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
An ID3v2 implementation.
Definition flacfile.h:40
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40