#include <album_art_helpers.h>
Helper - simple implementation of album_art_extractor_instance.
Definition at line 35 of file album_art_helpers.h.
bool album_art_extractor_instance_simple::have_item |
( |
const GUID & |
p_what | ) |
|
|
inline |
bool album_art_extractor_instance_simple::is_empty |
( |
| ) |
const |
|
inline |
Throws exception_album_art_not_found when the requested album art entry could not be found in the referenced media file.
Implements album_art_extractor_instance.
Definition at line 39 of file album_art_helpers.h.
41 if (!
m_content.query(p_what,temp))
throw exception_album_art_not_found();
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
bool album_art_extractor_instance_simple::remove |
( |
const GUID & |
p_what | ) |
|
|
inline |
The documentation for this class was generated from the following file: