|
VLC
2.1.0-git
|
Information from a vout_display_t to configure the core behaviour. More...
Data Fields | |
| bool | is_slow |
| bool | has_double_click |
| bool | has_hide_mouse |
| bool | has_pictures_invalid |
| bool | has_event_thread |
| const vlc_fourcc_t * | subpicture_chromas |
Information from a vout_display_t to configure the core behaviour.
By default they are all false or NULL.
| bool vout_display_info_t::has_double_click |
Referenced by vout_display_New(), and VoutDisplayEventMouse().
| bool vout_display_info_t::has_event_thread |
Referenced by vout_display_New(), and VoutDisplayEvent().
| bool vout_display_info_t::has_hide_mouse |
Referenced by vout_display_New(), vout_ManageDisplay(), and VoutDisplayEventMouse().
| bool vout_display_info_t::has_pictures_invalid |
Referenced by vout_display_New(), vout_InitWrapper(), and VoutDisplayEvent().
| bool vout_display_info_t::is_slow |
Referenced by ThreadDisplayRenderPicture(), vout_display_New(), and vout_InitWrapper().
| const vlc_fourcc_t* vout_display_info_t::subpicture_chromas |
Referenced by ThreadDisplayRenderPicture(), and vout_display_New().
1.8.1.2