
Data Structures | |
| class | VideoWindow |
Enumerations | |
| enum | { UpdateSize_Event = 1000 + 1, UpdateHide_Event } |
Functions | |
| static void * | GetWindow (intf_thread_t *p_intf, vout_thread_t *, int *pi_x_hint, int *pi_y_hint, unsigned int *pi_width_hint, unsigned int *pi_height_hint) |
| static void | ReleaseWindow (intf_thread_t *p_intf, void *p_window) |
| static int | ControlWindow (intf_thread_t *p_intf, void *p_window, int i_query, va_list args) |
| CBaseWindow * | CreateVideoWindow (intf_thread_t *p_intf, HWND p_parent) |
| static int ControlWindow | ( | intf_thread_t * | p_intf, | |
| void * | p_window, | |||
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
References intf_thread_t::p_sys, and intf_sys_t::p_video_window.
| CBaseWindow* CreateVideoWindow | ( | intf_thread_t * | p_intf, | |
| HWND | p_parent | |||
| ) |
Referenced by Interface::WndProc().
| static void * GetWindow | ( | intf_thread_t * | p_intf, | |
| vout_thread_t * | p_vout, | |||
| int * | pi_x_hint, | |||
| int * | pi_y_hint, | |||
| unsigned int * | pi_width_hint, | |||
| unsigned int * | pi_height_hint | |||
| ) | [static] |
References intf_thread_t::p_sys, and intf_sys_t::p_video_window.
| static void ReleaseWindow | ( | intf_thread_t * | p_intf, | |
| void * | p_window | |||
| ) | [static] |
References intf_thread_t::p_sys, and intf_sys_t::p_video_window.
1.5.6