26 #ifndef TAGLIB_MP4ITEM_H 27 #define TAGLIB_MP4ITEM_H 55 void swap(
Item &item);
60 Item(
unsigned char value);
61 Item(
unsigned int value);
62 Item(
long long value);
64 Item(
int first,
int second);
73 unsigned char toByte()
const;
74 unsigned int toUInt()
const;
75 long long toLongLong()
const;
A list of strings.
Definition: tstringlist.h:45
A generic, implicitly shared list.
Definition: tlist.h:53
A list of ByteVectors.
Definition: tbytevectorlist.h:41
AtomDataType
Definition: mp4atom.h:43
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 ...
int second
Definition: mp4item.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33