26 #ifndef TAGLIB_ATTACHEDPICTUREFRAME_H 27 #define TAGLIB_ATTACHEDPICTUREFRAME_H 55 DECLARE_PICTURE_TYPE_ENUM(Type)
79 String toString()
const override;
111 void setMimeType(
const String &m);
127 void setType(Type t);
137 String description()
const;
147 void setDescription(
const String &desc);
171 void parseFields(
const ByteVector &data)
override;
173 class AttachedPictureFramePrivate;
175 std::unique_ptr<AttachedPictureFramePrivate>
d;
185 void parseFields(
const ByteVector &data)
override;
An ID3v2 attached picture frame implementation.
Definition: attachedpictureframe.h:46
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
support for ID3v2.2 PIC frames
Definition: attachedpictureframe.h:182
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE std::unique_ptr< AttachedPictureFramePrivate > d
Definition: attachedpictureframe.h:173
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Type
Definition: tstring.h:96
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41