21 #ifndef TAGLIB_MATROSKAATTACHEDFILE_H 22 #define TAGLIB_MATROSKAATTACHEDFILE_H 38 using UID =
unsigned long long;
80 const String &fileName()
const;
85 const String &description()
const;
90 const String &mediaType()
const;
103 class AttachedFilePrivate;
105 std::unique_ptr<AttachedFilePrivate> d;
unsigned long long UID
Unique identifier.
Definition: matroskaattachedfile.h:38
A wide string class suitable for unicode.
Definition: tstring.h:82
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