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

Extension descriptor: name, title, author, ... More...

#include <vlc_extensions.h>

Collaboration diagram for extension_t:
[legend]

Data Fields

void * p_sys
 Reserved for the manager module.
 
struct vlc_loggerlogger
 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.
 

Detailed Description

Extension descriptor: name, title, author, ...

Field Documentation

◆ i_icondata_size

int extension_t::i_icondata_size

Size of that data.

◆ logger

struct vlc_logger* extension_t::logger

The LibVLC logger to use for the extension.

◆ p_icondata

char* extension_t::p_icondata

Embedded data for the icon (ro)

◆ p_sys

void* extension_t::p_sys

Reserved for the manager module.

◆ psz_author

char* extension_t::psz_author

Author of the extension (ro)

◆ psz_description

char* extension_t::psz_description

Full description (ro)

◆ psz_name

char* extension_t::psz_name

Real name of the extension (ro)

◆ psz_shortdescription

char* extension_t::psz_shortdescription

Short description (eg.

1 line) (ro)

◆ psz_title

char* extension_t::psz_title

Display title (ro)

◆ psz_url

char* extension_t::psz_url

A URL to the official page (ro)

◆ psz_version

char* extension_t::psz_version

Version (ro)


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