|
VLC
2.1.0-git
|
Describe all interface-specific data of the interface thread. More...

Data Fields | |
| struct intf_thread_t * | p_next |
| intf_sys_t * | p_sys |
| LibVLC interfaces book keeping. | |
| module_t * | p_module |
| system interface | |
| void(* | pf_show_dialog )(struct intf_thread_t *, int, int, intf_dialog_args_t *) |
| Specific for dialogs providers. | |
| config_chain_t * | p_cfg |
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_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
Describe all interface-specific data of the interface thread.
| bool intf_thread_t::b_force |
set by the outside (eg.
| int intf_thread_t::i_flags |
| config_chain_t* intf_thread_t::p_cfg |
Referenced by intf_Create().
| libvlc_int_t* intf_thread_t::p_libvlc |
(root of all evil) - 1
| module_t* intf_thread_t::p_module |
| struct intf_thread_t* intf_thread_t::p_next |
Referenced by intf_Create(), and intf_DestroyAll().
| vlc_object_t* intf_thread_t::p_parent |
our parent
| intf_sys_t* intf_thread_t::p_sys |
LibVLC interfaces book keeping.
| void( * intf_thread_t::pf_show_dialog)(struct intf_thread_t *, int, int, intf_dialog_args_t *) |
Specific for dialogs providers.
| char* intf_thread_t::psz_header |
| const char* intf_thread_t::psz_object_type |
1.8.1.2