VLC 4.0.0-dev
Loading...
Searching...
No Matches

Video alignment within the display. More...

#include <vlc_vout_display.h>

Data Fields

char horizontal
 Horizontal alignment.
 
char vertical
 Vectical alignment.
 

Detailed Description

Video alignment within the display.

Field Documentation

◆ horizontal

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().

◆ vertical

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().


The documentation for this struct was generated from the following file: