28#ifndef TAGLIB_MP4ATOM_H
29#define TAGLIB_MP4ATOM_H
61#ifndef DO_NOT_DOCUMENT
79 Atom(
const Atom &) =
delete;
80 Atom &operator=(
const Atom &) =
delete;
81 Atom *find(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr);
82 bool path(AtomList &path,
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr);
83 AtomList findall(
const char *name,
bool recursive =
false)
const;
84 void addToOffset(offset_t delta);
85 void prependChild(Atom *atom);
86 bool removeChild(Atom *meta);
89 const ByteVector &name()
const;
90 const AtomList &children()
const;
95 std::unique_ptr<AtomPrivate> d;
104 Atoms(
const Atoms &) =
delete;
105 Atoms &operator=(
const Atoms &) =
delete;
106 Atom *find(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr)
const;
107 AtomList path(
const char *name1,
const char *name2 =
nullptr,
const char *name3 =
nullptr,
const char *name4 =
nullptr)
const;
108 bool checkRootLevelAtoms();
109 const AtomList &atoms()
const;
114 std::unique_ptr<AtomsPrivate> d;
A byte vector.
Definition tbytevector.h:46
A generic, implicitly shared list.
Definition tlist.h:54
AtomDataType
Definition mp4atom.h:37
@ TypeGenred
Definition mp4atom.h:53
@ TypeUUID
Definition mp4atom.h:44
@ TypeBMP
Definition mp4atom.h:57
@ TypeMI3P
Definition mp4atom.h:46
@ TypeImplicit
Definition mp4atom.h:38
@ TypeXML
Definition mp4atom.h:43
@ TypeDuration
Definition mp4atom.h:51
@ TypeUndefined
Definition mp4atom.h:58
@ TypeISRC
Definition mp4atom.h:45
@ TypeURL
Definition mp4atom.h:50
@ TypeUPC
Definition mp4atom.h:56
@ TypeSJIS
Definition mp4atom.h:41
@ TypeUTF16
Definition mp4atom.h:40
@ TypeUTF8
Definition mp4atom.h:39
@ TypeInteger
Definition mp4atom.h:54
@ TypeRIAAPA
Definition mp4atom.h:55
@ TypePNG
Definition mp4atom.h:49
@ TypeJPEG
Definition mp4atom.h:48
@ TypeHTML
Definition mp4atom.h:42
@ TypeGIF
Definition mp4atom.h:47
@ TypeDateTime
Definition mp4atom.h:52
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55