Data Fields

extensions_manager_t Struct Reference

Extensions manager object. More...

Collaboration diagram for extensions_manager_t:
Collaboration graph
[legend]

Data Fields

module_tp_module
 Extensions manager module.
extensions_manager_sys_tp_sys
 Reserved for the module.
struct {
   int   i_alloc
   int   i_size
   extension_t **   p_elems
extensions
 Array of extension descriptors.
vlc_mutex_t lock
 A lock for the extensions array.
int(* pf_control )(extensions_manager_t *, int, va_list)
 Control, see extension_Control.
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Detailed Description

Extensions manager object.


Field Documentation

set by the outside (eg.

module_need())

Array of extension descriptors.

A lock for the extensions array.

(root of all evil) - 1

Extensions manager module.

our parent

Reserved for the module.

Control, see extension_Control.

Referenced by extension_Control().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines