26 #ifndef TAGLIB_MP4ITEM_H 27 #define TAGLIB_MP4ITEM_H 53 void swap(
Item &item);
58 Item(
unsigned char value);
59 Item(
unsigned int value);
60 Item(
long long value);
62 Item(
int first,
int second);
67 void setAtomDataType(AtomDataType type);
68 AtomDataType atomDataType()
const;
71 unsigned char toByte()
const;
72 unsigned int toUInt()
const;
73 long long toLongLong()
const;
A list of ByteVectors.
Definition: tbytevectorlist.h:41
A generic, implicitly shared list.
Definition: tlist.h:53
A list of strings.
Definition: tstringlist.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int second
Definition: mp4item.h:39
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41