foobar2000 SDK  2015-01-14
Public Member Functions
tag_processor_album_art_utilsabstract

#include <album_art.h>

+ Inheritance diagram for tag_processor_album_art_utils:

Public Member Functions

virtual album_art_editor_instance_ptr edit (file_ptr p_file, abort_callback &p_abort)=0
 
virtual album_art_extractor_instance_ptr open (file_ptr p_file, abort_callback &p_abort)=0
 
- Public Member Functions inherited from service_base
template<typename outPtr_t >
bool cast (outPtr_t &outPtr)
 
virtual int service_add_ref ()=0 throw ()
 
virtual bool service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid)
 
template<class T >
bool service_query_t (service_ptr_t< T > &p_out)
 
virtual int service_release ()=0 throw ()
 

Additional Inherited Members

- Public Types inherited from service_base
typedef service_base t_interface
 
- Protected Member Functions inherited from service_base
 service_base ()
 
 ~service_base ()
 

Detailed Description

Helper API for extracting album art from APEv2 tags - introduced in 0.9.5.

Definition at line 128 of file album_art.h.

Member Function Documentation

virtual album_art_editor_instance_ptr tag_processor_album_art_utils::edit ( file_ptr  p_file,
abort_callback p_abort 
)
pure virtual
Since
1.1.6 Throws exception_not_implemented on earlier than 1.1.6.
virtual album_art_extractor_instance_ptr tag_processor_album_art_utils::open ( file_ptr  p_file,
abort_callback p_abort 
)
pure virtual

Throws one of I/O exceptions on failure; exception_album_art_not_found when the file has no album art record at all.


The documentation for this class was generated from the following file: