|
AlsaPlayer
0.99.80
|
#include <input_plugin.h>
| char* _input_plugin::author |
Should point to a character array containing the name of the author(s) of this plugin.
Fixed flags for the plugin (P_*)
| void* _input_plugin::handle |
dlopen() handle of this plugin. Filled in by the HOST.
| char* _input_plugin::name |
Should point the a character array containing the name of this plugin
Must be set to INPUT_PLUGIN_VERSION
1.7.6.1