#include <album_art.h>

Public Types | |
| typedef album_art_extractor_instance | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual album_art_data_ptr | query (const GUID &p_what, abort_callback &p_abort)=0 |
| Throws exception_album_art_not_found when the requested album art entry could not be found in the referenced media file. | |
Static Public Attributes | |
| static const GUID | class_guid = { 0xf673700e, 0x3b6e, 0x4f70, { 0xa1, 0x6, 0xab, 0x74, 0x5c, 0x20, 0x20, 0x60 } } |
Reimplemented in album_art_editor_instance.
| virtual album_art_data_ptr album_art_extractor_instance::query | ( | const GUID & | p_what, | |
| abort_callback & | p_abort | |||
| ) | [pure virtual] |
Throws exception_album_art_not_found when the requested album art entry could not be found in the referenced media file.
Implemented in album_art_extractor_instance_simple.
const GUID album_art_extractor_instance::class_guid = { 0xf673700e, 0x3b6e, 0x4f70, { 0xa1, 0x6, 0xab, 0x74, 0x5c, 0x20, 0x20, 0x60 } } [static] |
Reimplemented in album_art_editor_instance.
1.5.5