
Defines | |
| #define | EMBED_TEXT N_("Embed video in interface") |
| #define | EMBED_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static void | Run (intf_thread_t *) |
| static int | OpenDialogs (vlc_object_t *) |
| static void * | MainLoop (vlc_object_t *) |
| static void | ShowDialog (intf_thread_t *, int, int, intf_dialog_args_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| BOOL WINAPI | DllMain (HANDLE hModule, DWORD fdwReason, LPVOID lpReserved) |
Variables | |
| HINSTANCE | hInstance = 0 |
| wchar_t | pwsz_mbtow_wince [2048] |
| char | psz_wtomb_wince [2048] |
| #define EMBED_LONGTEXT |
Value:
N_("Embed the video inside the interface instead " \ "of having it in a separate window.")
| #define EMBED_TEXT N_("Embed video in interface") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
| static void * MainLoop | ( | vlc_object_t * | p_this | ) | [static] |
References CBaseWindow::BaseWndProc(), CoInitialize(), CoUninitialize(), CreateDialogsProvider(), Interface::InitInstance(), intf, msg, intf_thread_t::p_sys, intf_sys_t::p_window, intf_sys_t::pf_show_dialog, intf_thread_t::pf_show_dialog, ShowDialog(), intf_sys_t::thread_ready, vlc_restorecancel(), and vlc_savecancel().
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
| static int OpenDialogs | ( | vlc_object_t * | p_this | ) | [static] |
References Open(), intf_thread_t::pf_show_dialog, and ShowDialog().
| static void Run | ( | intf_thread_t * | p_intf | ) | [static] |
| static void ShowDialog | ( | intf_thread_t * | p_intf, | |
| int | i_dialog_event, | |||
| int | i_arg, | |||
| intf_dialog_args_t * | p_arg | |||
| ) | [static] |
References INTF_DIALOG_POPUPMENU, intf_sys_t::p_popup_menu, intf_thread_t::p_sys, and intf_sys_t::p_window.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| HINSTANCE hInstance = 0 |
Referenced by DirectXCreateWindow().
| char psz_wtomb_wince[2048] |
| wchar_t pwsz_mbtow_wince[2048] |
1.5.6