26 #ifndef TAGLIB_MP4ITEM_H 27 #define TAGLIB_MP4ITEM_H 54 void swap(
Item &item) noexcept;
59 Item(
unsigned char value);
60 Item(
unsigned int value);
61 Item(
long long value);
63 Item(
int value1,
int value2);
72 unsigned char toByte()
const;
73 unsigned int toUInt()
const;
74 long long toLongLong()
const;
86 std::shared_ptr<ItemPrivate> d;
A list of ByteVectors.
Definition: tbytevectorlist.h:41
A generic, implicitly shared list.
Definition: tlist.h:53
AtomDataType
Definition: mp4atom.h:37
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A generic, implicitly shared map.
Definition: tmap.h:44
MP4 item.
Definition: mp4item.h:36
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int second
Definition: mp4item.h:40
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41