gmerlin
|
Device description. More...
#include <plugin.h>
Data Fields | |
char * | device |
String, which can be passed to the open() method. More... | |
char * | name |
More humanized description, might be NULL. More... | |
Device description.
The find_devices() function of a plugin returns a NULL terminated array of devices. It's used mainly for input plugins, which access multiple drives. For output plugins, devices are normal parameters.
char* bg_device_info_t::device |
String, which can be passed to the open() method.
char* bg_device_info_t::name |
More humanized description, might be NULL.