26 #ifndef TAGLIB_MP4ITEM_H 27 #define TAGLIB_MP4ITEM_H 42 enum class Type : unsigned char {
70 void swap(
Item &item) noexcept;
75 Item(
unsigned char value);
76 Item(
unsigned int value);
77 Item(
long long value);
79 Item(
int value1,
int value2);
88 unsigned char toByte()
const;
89 unsigned int toUInt()
const;
90 long long toLongLong()
const;
105 bool operator==(
const Item &other)
const;
110 bool operator!=(
const Item &other)
const;
115 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
Type
Definition: mp4item.h:42
#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:56
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41