|
VLC 4.0.0-dev
|
Data Fields | |
| vout_thread_t * | vout |
| video_format_t | format |
| struct vout_display_placement | display |
| vlc_mutex_t | lock |
| struct { | |
| vlc_mouse_t window | |
| vlc_mouse_t video | |
| vlc_tick_t last_left_press | |
| vlc_mouse_event event | |
| void * opaque | |
| } | mouse |
| struct vout_display_placement vout_display_window::display |
| vlc_mouse_event vout_display_window::event |
| video_format_t vout_display_window::format |
| vlc_tick_t vout_display_window::last_left_press |
| vlc_mutex_t vout_display_window::lock |
| struct { ... } vout_display_window::mouse |
| void* vout_display_window::opaque |
| vlc_mouse_t vout_display_window::video |
| vout_thread_t* vout_display_window::vout |
| vlc_mouse_t vout_display_window::window |