VLC 4.0.0-dev
|
Video alignment within the display. More...
#include <vlc_vout_display.h>
Data Fields | |
char | horizontal |
Horizontal alignment. | |
char | vertical |
Vectical alignment. | |
Video alignment within the display.
char vlc_video_align::horizontal |
Horizontal alignment.
This must be one of VLC_VIDEO_ALIGN_CENTER, VLC_VIDEO_ALIGN_LEFT or VLC_VIDEO_ALIGN_RIGHT.
Referenced by VoutGetDisplayCfg().
char vlc_video_align::vertical |
Vectical alignment.
This must be one of VLC_VIDEO_ALIGN_CENTER, VLC_VIDEO_ALIGN_TOP or VLC_VIDEO_ALIGN_BOTTOM.
Referenced by VoutGetDisplayCfg().