TagLib
2.0
|
#include <mp4coverart.h>
Public Types | |
enum | Format { JPEG = TypeJPEG , PNG = TypePNG , BMP = TypeBMP , GIF = TypeGIF , Unknown = TypeImplicit } |
Public Member Functions | |
CoverArt (Format format, const ByteVector &data) | |
~CoverArt () | |
CoverArt (const CoverArt &item) | |
CoverArt & | operator= (const CoverArt &item) |
void | swap (CoverArt &item) noexcept |
Format | format () const |
Format of the image. | |
ByteVector | data () const |
The image data. | |
MP4 picture.
TagLib::MP4::CoverArt::CoverArt | ( | Format | format, |
const ByteVector & | data ) |
TagLib::MP4::CoverArt::~CoverArt | ( | ) |
ByteVector TagLib::MP4::CoverArt::data | ( | ) | const |
The image data.
Format TagLib::MP4::CoverArt::format | ( | ) | const |
Format of the image.
Copies the contents of item into this CoverArt.
Exchanges the content of the CoverArt with the content of item.