gmerlin
Data Fields
bg_device_info_t Struct Reference

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...
 

Detailed Description

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.

Field Documentation

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.


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