|
TagLib 1.11.1 (mp4item.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MP4ITEM_H
27 #define TAGLIB_MP4ITEM_H
45 Item(
const Item &item);
50 Item &operator=(
const Item &item);
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);
65 Item(
const StringList &value);
66 Item(
const ByteVectorList &value);
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 strings.
Definition: tstringlist.h:62
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
List< CoverArt > CoverArtList
Definition: mp4coverart.h:116
A generic, implicitly shared list.
Definition: tlist.h:70
A list of ByteVectors.
Definition: tbytevectorlist.h:60
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
TAGLIB_EXPORT unsigned int toUInt(const ByteVector &data)