foobar2000 SDK
2015-08-03
|
#include <library_manager.h>
Public Member Functions | |
virtual void | on_items_added (const pfc::list_base_const_t< metadb_handle_ptr > &p_data)=0 |
virtual void | on_items_modified (const pfc::list_base_const_t< metadb_handle_ptr > &p_data)=0 |
virtual void | on_items_removed (const pfc::list_base_const_t< metadb_handle_ptr > &p_data)=0 |
Definition at line 75 of file library_manager.h.
|
pure virtual |
Called when new items are added to the Media Library.
|
pure virtual |
Called when some items in the Media Library have been modified.
|
pure virtual |
Called when some items have been removed from the Media Library.