|
VLC
3.0.18
|
Extension descriptor: name, title, author, ... More...
Data Fields | |
| char * | psz_name |
| Real name of the extension (ro) More... | |
| char * | psz_title |
| Display title (ro) More... | |
| char * | psz_author |
| Author of the extension (ro) More... | |
| char * | psz_version |
| Version (ro) More... | |
| char * | psz_url |
| A URL to the official page (ro) More... | |
| char * | psz_description |
| Full description (ro) More... | |
| char * | psz_shortdescription |
| Short description (eg. More... | |
| char * | p_icondata |
| Embedded data for the icon (ro) More... | |
| int | i_icondata_size |
| Size of that data. More... | |
| extension_sys_t * | p_sys |
| Reserved for the manager module. More... | |
Extension descriptor: name, title, author, ...
| int extension_t::i_icondata_size |
Size of that data.
| char* extension_t::p_icondata |
Embedded data for the icon (ro)
| extension_sys_t* extension_t::p_sys |
Reserved for the manager module.
| char* extension_t::psz_author |
Author of the extension (ro)
| char* extension_t::psz_description |
Full description (ro)
| char* extension_t::psz_name |
Real name of the extension (ro)
| char* extension_t::psz_shortdescription |
Short description (eg.
1 line) (ro)
| char* extension_t::psz_title |
Display title (ro)
| char* extension_t::psz_url |
A URL to the official page (ro)
| char* extension_t::psz_version |
Version (ro)
1.8.16