foobar2000 SDK
2015-08-03
|
#include <input_impl.h>
Non-multitrack-enabled input factory (helper) - hides multitrack management functions from input implementation; use this for inputs that handle file types where each physical file can contain only one user-visible playable track. For reference of functions that must be supported by registered class, see input_singletrack_impl.
Usage: static input_singletrack_factory_t<myinputclass> g_myinputclass_factory;
Note that input classes can't be registered through service_factory_t template directly.template<class T>
Definition at line 334 of file input_impl.h.