Private LibVLC instance data. More...

Data Fields | |
| libvlc_int_t | public_data |
| bool | playlist_active |
| signed char | i_verbose |
| info messages | |
| bool | b_color |
| color messages? | |
| bool | b_stats |
| Whether to collect stats. | |
| module_t * | p_memcpy_module |
| Fast memcpy plugin used. | |
| playlist_t * | p_playlist |
| the playlist singleton | |
| struct media_library_t * | p_ml |
| the ML singleton | |
| vlc_mutex_t | ml_lock |
| Mutex for ML creation. | |
| vlm_t * | p_vlm |
| the VLM singleton (or NULL) | |
| vlc_object_t * | p_dialog_provider |
| dialog provider | |
| struct vlc_actions * | actions |
| Hotkeys handler. | |
| struct intf_thread_t * | p_intf |
| Interfaces linked-list. | |
| vlc_mutex_t | structure_lock |
| vlc_exit_t | exit |
Private LibVLC instance data.
| struct vlc_actions* libvlc_priv_t::actions |
Hotkeys handler.
Referenced by libvlc_InternalCleanup(), and libvlc_InternalInit().
color messages?
Referenced by libvlc_InternalCreate(), libvlc_InternalInit(), and vlc_vaLog().
Whether to collect stats.
Referenced by libvlc_InternalInit().
Referenced by libvlc_InternalCreate(), libvlc_InternalDestroy(), libvlc_InternalWait(), libvlc_Quit(), and libvlc_SetExitHandler().
| signed char libvlc_priv_t::i_verbose |
info messages
Referenced by libvlc_InternalCreate(), libvlc_InternalInit(), and vlc_vaLog().
Mutex for ML creation.
Referenced by libvlc_InternalCreate(), and libvlc_InternalDestroy().
dialog provider
Referenced by dialog_GetProvider(), dialog_Register(), dialog_Unregister(), and libvlc_InternalCreate().
| struct intf_thread_t* libvlc_priv_t::p_intf |
Interfaces linked-list.
Referenced by intf_Create(), and intf_DestroyAll().
Fast memcpy plugin used.
Referenced by libvlc_InternalCleanup(), and libvlc_InternalInit().
| struct media_library_t* libvlc_priv_t::p_ml |
the ML singleton
Referenced by libvlc_InternalCleanup(), libvlc_InternalCreate(), and libvlc_InternalInit().
the playlist singleton
Referenced by libvlc_InternalCleanup(), libvlc_InternalCreate(), pl_Get(), and playlist_Create().
the VLM singleton (or NULL)
Referenced by InputEvent(), libvlc_InternalCleanup(), libvlc_InternalCreate(), libvlc_InternalInit(), vlm_Delete(), and vlm_New().
Referenced by pl_Deactivate(), and pl_Get().
1.7.1