#include <album_art.h>

Public Types | |
| typedef album_art_data | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual const void * | get_ptr () const =0 |
| Retrieves a pointer to a memory block containing the picture. | |
| virtual t_size | get_size () const =0 |
| Retrieves size of the memory block containing the picture. | |
| bool | operator== (const album_art_data &other) const |
| bool | operator!= (const album_art_data &other) const |
Static Public Member Functions | |
| static bool | equals (album_art_data const &v1, album_art_data const &v2) |
| Determine whether two album_art_data objects store the same picture data. | |
Static Public Attributes | |
| static const GUID | class_guid = { 0x9ddce05c, 0xaa3f, 0x4565, { 0xb3, 0x3a, 0xbd, 0x6a, 0xdc, 0xdd, 0x90, 0x37 } } |
Reimplemented from service_base.
| virtual const void* album_art_data::get_ptr | ( | ) | const [pure virtual] |
| virtual t_size album_art_data::get_size | ( | ) | const [pure virtual] |
| static bool album_art_data::equals | ( | album_art_data const & | v1, | |
| album_art_data const & | v2 | |||
| ) | [inline, static] |
Determine whether two album_art_data objects store the same picture data.
| bool album_art_data::operator== | ( | const album_art_data & | other | ) | const [inline] |
| bool album_art_data::operator!= | ( | const album_art_data & | other | ) | const [inline] |
const GUID album_art_data::class_guid = { 0x9ddce05c, 0xaa3f, 0x4565, { 0xb3, 0x3a, 0xbd, 0x6a, 0xdc, 0xdd, 0x90, 0x37 } } [static] |
1.5.5