26#ifndef TAGLIB_MP4COVERART_H
27#define TAGLIB_MP4COVERART_H
86 std::shared_ptr<CoverArtPrivate> d;
A byte vector.
Definition tbytevector.h:46
A generic, implicitly shared list.
Definition tlist.h:54
MP4 picture.
Definition mp4coverart.h:38
Format
Definition mp4coverart.h:43
Format format() const
Format of the image.
CoverArt(Format format, const ByteVector &data)
CoverArt(const CoverArt &item)
CoverArt & operator=(const CoverArt &item)
bool operator==(const CoverArt &other) const
void swap(CoverArt &item) noexcept
ByteVector data() const
The image data.
bool operator!=(const CoverArt &other) const
@ TypeBMP
Windows bitmap image.
Definition mp4atom.h:77
@ TypeImplicit
For use with tags for which no type needs to be indicated because only one type is allowed.
Definition mp4atom.h:39
@ TypePNG
A PNG image.
Definition mp4atom.h:61
@ TypeJPEG
A JPEG image.
Definition mp4atom.h:59
@ TypeGIF
(Deprecated) A GIF image
Definition mp4atom.h:57
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