|
VLC
2.1.0-git
|
Initial/Current configuration for a vout_display_t. More...
Data Fields | |
| bool | is_fullscreen |
| struct { | |
| const char * title | |
| unsigned width | |
| unsigned height | |
| struct { | |
| unsigned num | |
| unsigned den | |
| } sar | |
| } | display |
| struct { | |
| int horizontal | |
| int vertical | |
| } | align |
| bool | is_display_filled |
| struct { | |
| int num | |
| int den | |
| } | zoom |
Initial/Current configuration for a vout_display_t.
| struct { ... } vout_display_cfg_t::align |
Referenced by vout_display_PlacePicture(), vout_NewSplitter(), and VoutGetDisplayCfg().
| unsigned vout_display_cfg_t::den |
| int vout_display_cfg_t::den |
| struct { ... } vout_display_cfg_t::display |
| unsigned vout_display_cfg_t::height |
| int vout_display_cfg_t::horizontal |
Referenced by vout_display_PlacePicture(), vout_NewSplitter(), and VoutGetDisplayCfg().
| bool vout_display_cfg_t::is_display_filled |
| bool vout_display_cfg_t::is_fullscreen |
Referenced by DisplayNew(), ThreadReinit(), vout_ManageDisplay(), vout_NewSplitter(), VoutDisplayFitWindow(), and VoutGetDisplayCfg().
| unsigned vout_display_cfg_t::num |
| int vout_display_cfg_t::num |
| struct { ... } vout_display_cfg_t::sar |
| const char* vout_display_cfg_t::title |
Referenced by VoutGetDisplayCfg().
| int vout_display_cfg_t::vertical |
Referenced by vout_display_PlacePicture(), vout_NewSplitter(), and VoutGetDisplayCfg().
| unsigned vout_display_cfg_t::width |
| struct { ... } vout_display_cfg_t::zoom |
1.8.1.2