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);
81 String description()
const;
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 generic, implicitly shared list.
Definition: tlist.h:53
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
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
FLAC picture.
Definition: flacpicture.h:39
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41