foobar2000 SDK
2015-08-03
|
#include <input_impl.h>
Stardard input factory. For reference of functions that must be supported by registered class, see input_impl.
Usage: static input_factory_t<myinputclass> g_myinputclass_factory;
Note that input classes can't be registered through service_factory_t template directly.
Definition at line 330 of file input_impl.h.