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);
69 void setAtomDataType(AtomDataType type);
70 AtomDataType atomDataType()
const;
73 unsigned char toByte()
const;
74 unsigned int toUInt()
const;
75 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:41
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41