![]() |
|
#include <mp4coverart.h>
Public Types | |
enum | Format { JPEG = 0x0D, PNG = 0x0E } |
Public Member Functions | |
CoverArt (Format format, const ByteVector &data) | |
~CoverArt () | |
CoverArt (const CoverArt &item) | |
CoverArt & | operator= (const CoverArt &item) |
Format | format () const |
Format of the image. | |
ByteVector | data () const |
The image data. |
|
This describes the image type. |
|
|
|
|
|
|
|
The image data.
|
|
Format of the image.
|
|
|