VLC  3.0.21
Data Fields
libvlc_module_description_t Struct Reference

Description of a module. More...

Collaboration diagram for libvlc_module_description_t:
Collaboration graph
[legend]

Data Fields

char * psz_name
 
char * psz_shortname
 
char * psz_longname
 
char * psz_help
 
struct libvlc_module_description_tp_next
 

Detailed Description

Description of a module.

Field Documentation

◆ p_next

struct libvlc_module_description_t* libvlc_module_description_t::p_next

◆ psz_help

char* libvlc_module_description_t::psz_help

◆ psz_longname

char* libvlc_module_description_t::psz_longname

◆ psz_name

char* libvlc_module_description_t::psz_name

◆ psz_shortname

char* libvlc_module_description_t::psz_shortname

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