VLC 4.0.0-dev
Loading...
Searching...
No Matches
libvlc_module_description_t Struct Reference

Description of a module. More...

#include <libvlc.h>

Collaboration diagram for libvlc_module_description_t:
[legend]

Data Fields

char * psz_name
 
char * psz_shortname
 
char * psz_longname
 
char * psz_help
 
char * psz_help_html
 
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_help_html

char* libvlc_module_description_t::psz_help_html

◆ 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: