VLC
3.0.15
|
Data Fields | |
libvlc_int_t | public_data |
bool | b_stats |
Whether to collect stats. More... | |
vlc_logger_t * | logger |
vlm_t * | p_vlm |
the VLM singleton (or NULL) More... | |
vlc_dialog_provider * | p_dialog_provider |
dialog provider More... | |
vlc_keystore * | p_memory_keystore |
memory keystore More... | |
struct playlist_t * | playlist |
Playlist for interfaces. More... | |
struct playlist_preparser_t * | parser |
Input item meta data handler. More... | |
vlc_actions_t * | actions |
Hotkeys handler. More... | |
vlc_exit_t | exit |
vlc_actions_t* libvlc_priv_t::actions |
Hotkeys handler.
Referenced by libvlc_InternalActionsClean(), libvlc_InternalActionsInit(), and vlc_actions_get_key_names().
bool libvlc_priv_t::b_stats |
Whether to collect stats.
Referenced by libvlc_InternalInit().
vlc_exit_t libvlc_priv_t::exit |
Referenced by libvlc_InternalCreate(), libvlc_InternalDestroy(), libvlc_Quit(), and libvlc_SetExitHandler().
vlc_logger_t* libvlc_priv_t::logger |
Referenced by vlc_LogInit(), vlc_LogPreinit(), and vlc_LogSet().
vlc_dialog_provider* libvlc_priv_t::p_dialog_provider |
dialog provider
Referenced by get_dialog_provider(), libvlc_InternalDialogClean(), and libvlc_InternalDialogInit().
vlc_keystore* libvlc_priv_t::p_memory_keystore |
memory keystore
Referenced by get_memory_keystore(), libvlc_InternalKeystoreClean(), and libvlc_InternalKeystoreInit().
vlm_t* libvlc_priv_t::p_vlm |
the VLM singleton (or NULL)
Referenced by InputEvent(), libvlc_InternalCleanup(), libvlc_InternalCreate(), libvlc_InternalInit(), vlm_Delete(), and vlm_New().
struct playlist_preparser_t* libvlc_priv_t::parser |
Input item meta data handler.
Referenced by libvlc_ArtRequest(), libvlc_InternalCleanup(), libvlc_InternalInit(), libvlc_MetadataCancel(), and libvlc_MetadataRequest().
struct playlist_t* libvlc_priv_t::playlist |
Playlist for interfaces.
Referenced by intf_DestroyAll(), intf_GetPlaylist(), IPCHelperThread(), libvlc_InternalCreate(), and libvlc_InternalPlay().
libvlc_int_t libvlc_priv_t::public_data |