VLC  3.0.15
Data Fields
libvlc_priv_t Struct Reference
Collaboration diagram for libvlc_priv_t:
Collaboration graph
[legend]

Data Fields

libvlc_int_t public_data
 
bool b_stats
 Whether to collect stats. More...
 
vlc_logger_tlogger
 
vlm_tp_vlm
 the VLM singleton (or NULL) More...
 
vlc_dialog_providerp_dialog_provider
 dialog provider More...
 
vlc_keystorep_memory_keystore
 memory keystore More...
 
struct playlist_tplaylist
 Playlist for interfaces. More...
 
struct playlist_preparser_tparser
 Input item meta data handler. More...
 
vlc_actions_tactions
 Hotkeys handler. More...
 
vlc_exit_t exit
 

Field Documentation

◆ actions

vlc_actions_t* libvlc_priv_t::actions

◆ b_stats

bool libvlc_priv_t::b_stats

Whether to collect stats.

Referenced by libvlc_InternalInit().

◆ exit

vlc_exit_t libvlc_priv_t::exit

◆ logger

vlc_logger_t* libvlc_priv_t::logger

◆ p_dialog_provider

vlc_dialog_provider* libvlc_priv_t::p_dialog_provider

◆ p_memory_keystore

vlc_keystore* libvlc_priv_t::p_memory_keystore

◆ p_vlm

vlm_t* libvlc_priv_t::p_vlm

◆ parser

struct playlist_preparser_t* libvlc_priv_t::parser

◆ playlist

struct playlist_t* libvlc_priv_t::playlist

◆ public_data

libvlc_int_t libvlc_priv_t::public_data

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