![]() |
Miam-Player
0.8.0
A nice music player
|
#include <mp4coverart.h>
Public Types | |
enum | Format { JPEG = TypeJPEG, PNG = TypePNG, BMP = TypeBMP, GIF = TypeGIF, Unknown = TypeImplicit } |
This describes the image type. More... | |
Public Member Functions | |
CoverArt (Format format, const ByteVector &data) | |
~CoverArt () | |
CoverArt (const CoverArt &item) | |
CoverArt & | operator= (const CoverArt &item) |
Copies the contents of item into this CoverArt. More... | |
void | swap (CoverArt &item) |
Exchanges the content of the CoverArt by the content of item. More... | |
Format | format () const |
Format of the image. More... | |
ByteVector | data () const |
The image data. More... | |
TagLib::MP4::CoverArt::CoverArt | ( | Format | format, |
const ByteVector & | data | ||
) |
TagLib::MP4::CoverArt::~CoverArt | ( | ) |
TagLib::MP4::CoverArt::CoverArt | ( | const CoverArt & | item | ) |
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.
void TagLib::MP4::CoverArt::swap | ( | CoverArt & | item | ) |
Exchanges the content of the CoverArt by the content of item.