VLC 4.0.0-dev
|
Extension descriptor: name, title, author, ... More...
#include <vlc_extensions.h>
Data Fields | |
void * | p_sys |
Reserved for the manager module. | |
struct vlc_logger * | logger |
The LibVLC logger to use for the extension. | |
char * | psz_name |
Real name of the extension (ro) | |
char * | psz_title |
Display title (ro) | |
char * | psz_author |
Author of the extension (ro) | |
char * | psz_version |
Version (ro) | |
char * | psz_url |
A URL to the official page (ro) | |
char * | psz_description |
Full description (ro) | |
char * | psz_shortdescription |
Short description (eg. | |
char * | p_icondata |
Embedded data for the icon (ro) | |
int | i_icondata_size |
Size of that data. | |
Extension descriptor: name, title, author, ...
int extension_t::i_icondata_size |
Size of that data.
struct vlc_logger* extension_t::logger |
The LibVLC logger to use for the extension.
char* extension_t::p_icondata |
Embedded data for the icon (ro)
void* 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)