55 DECLARE_PICTURE_TYPE_ENUM(Type)
80 void swap(
Picture &other) noexcept;
103 void setMimeType(
const String &value);
119 void setType(
const ASF::Picture::Type& t);
126 String description()
const;
133 void setDescription(
const String &desc);
164 int dataSize()
const;
166 #ifndef DO_NOT_DOCUMENT 173 class PicturePrivate;
175 std::shared_ptr<PicturePrivate> d;
180 #endif // ASFPICTURE_H A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
An ASF attached picture interface implementation.
Definition: asfpicture.h:49
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41