26#ifndef TAGLIB_MP4ITEM_H
27#define TAGLIB_MP4ITEM_H
62 Item(
int first,
int second);
A list of ByteVectors.
Definition tbytevectorlist.h:42
void setAtomDataType(AtomDataType type)
Item(const CoverArtList &value)
Item & operator=(const Item &item)
ByteVectorList toByteVectorList() const
StringList toStringList() const
Item(const StringList &value)
Item(unsigned char value)
long long toLongLong() const
unsigned int toUInt() const
AtomDataType atomDataType() const
Item(const ByteVectorList &value)
unsigned char toByte() const
Item(int first, int second)
IntPair toIntPair() const
CoverArtList toCoverArtList() const
A list of strings.
Definition tstringlist.h:46
An implementation of MP4 (AAC, ALAC, ...) metadata.
Definition mp4coverart.h:35
List< CoverArt > CoverArtList
Definition mp4coverart.h:76
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
int first
Definition mp4item.h:39
int second
Definition mp4item.h:39
#define TAGLIB_EXPORT
Definition taglib_export.h:40