21 #ifndef TAGLIB_MATROSKAATTACHMENTS_H 22 #define TAGLIB_MATROSKAATTACHMENTS_H 42 #ifndef DO_NOT_DOCUMENT
60 void removeAttachedFile(
unsigned long long uid);
69 friend class EBML::MkAttachments;
71 class AttachmentsPrivate;
78 std::unique_ptr<AttachmentsPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
Collection of attached files.
Definition: matroskaattachments.h:41
A byte vector.
Definition: tbytevector.h:45
Attached file embedded into a Matroska file.
Definition: matroskaattachedfile.h:34
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with Matroska specific methods.
Definition: matroskafile.h:39