foobar2000 SDK  2015-01-14
Public Member Functions
metadb_io_callback_dynamicabstract

#include <metadb.h>

+ Inheritance diagram for metadb_io_callback_dynamic:

Public Member Functions

virtual void on_changed_sorted (metadb_handle_list_cref p_items_sorted, bool p_fromhook)=0
 

Detailed Description

Dynamically-registered version of metadb_io_callback. See metadb_io_callback for documentation, register instances using metadb_io_v3::register_callback(). It's recommended that you use the metadb_io_callback_dynamic_impl_base helper class to manage registration/unregistration.

Definition at line 167 of file metadb.h.

Member Function Documentation

virtual void metadb_io_callback_dynamic::on_changed_sorted ( metadb_handle_list_cref  p_items_sorted,
bool  p_fromhook 
)
pure virtual

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