26#ifndef TAGLIB_FLACPICTURE_H
27#define TAGLIB_FLACPICTURE_H
46 DECLARE_PICTURE_TYPE_ENUM(Type)
63 void setType(Type type);
75 void setMimeType(const
String &mimeType);
87 void setDescription(const
String &description);
97 void setWidth(
int width);
107 void setHeight(
int height);
112 int colorDepth() const;
117 void setColorDepth(
int colorDepth);
122 int numColors() const;
127 void setNumColors(
int numColors);
142 int code() const override;
155 class PicturePrivate;
157 std::unique_ptr<PicturePrivate> d;
A byte vector.
Definition: tbytevector.h:46
FLAC picture.
Definition: flacpicture.h:40
A generic, implicitly shared list.
Definition: tlist.h:54
A wide string class suitable for unicode.
Definition: tstring.h:83
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55