VLC 4.0.0-dev
|
Display placement and zoom configuration. More...
#include <vlc_vout_display.h>
Data Fields | |
unsigned | width |
Requested display pixel width (0 by default). | |
unsigned | height |
Requested display pixel height (0 by default). | |
vlc_rational_t | sar |
Requested sample aspect ratio. | |
vlc_video_align_t | align |
Alignment within the window. | |
enum vlc_video_fitting | fitting |
Scaling/fitting mode. | |
vlc_rational_t | zoom |
Zoom ratio (if fitting is disabled) | |
bool | full_fill |
whether the rendering will take the whole display | |
Display placement and zoom configuration.
vlc_video_align_t vout_display_placement::align |
Alignment within the window.
Referenced by VoutGetDisplayCfg().
enum vlc_video_fitting vout_display_placement::fitting |
Scaling/fitting mode.
Referenced by vout_ChangeDisplayFitting(), vout_SetDisplayFitting(), vout_SetDisplayZoom(), and VoutGetDisplayCfg().
bool vout_display_placement::full_fill |
whether the rendering will take the whole display
Referenced by PrerenderPicture(), and VoutGetDisplayCfg().
unsigned vout_display_placement::height |
Requested display pixel height (0 by default).
Referenced by PrerenderPicture(), vlc_gl_surface_Create(), vout_display_New(), vout_display_SetSize(), vout_Start(), and VoutGetDisplayCfg().
vlc_rational_t vout_display_placement::sar |
Requested sample aspect ratio.
Referenced by PrerenderPicture(), vout_display_GetDefaultDisplaySize(), and VoutGetDisplayCfg().
unsigned vout_display_placement::width |
Requested display pixel width (0 by default).
Referenced by PrerenderPicture(), vlc_gl_surface_Create(), vout_display_New(), vout_display_SetSize(), vout_Start(), and VoutGetDisplayCfg().
vlc_rational_t vout_display_placement::zoom |
Zoom ratio (if fitting is disabled)
Referenced by vout_ChangeZoom(), vout_display_GetDefaultDisplaySize(), vout_SetDisplayZoom(), and VoutGetDisplayCfg().