VLC 4.0.0-dev
Loading...
Searching...
No Matches
Collaboration diagram for Video alignment:

Data Structures

struct  vlc_video_align
 Video alignment within the display. More...
 

Macros

#define VLC_VIDEO_ALIGN_CENTER   0
 
#define VLC_VIDEO_ALIGN_LEFT   1
 
#define VLC_VIDEO_ALIGN_RIGHT   2
 
#define VLC_VIDEO_ALIGN_TOP   1
 
#define VLC_VIDEO_ALIGN_BOTTOM   2
 

Typedefs

typedef struct vlc_video_align vlc_video_align_t
 Video alignment within the display.
 

Detailed Description

Macro Definition Documentation

◆ VLC_VIDEO_ALIGN_BOTTOM

#define VLC_VIDEO_ALIGN_BOTTOM   2

◆ VLC_VIDEO_ALIGN_CENTER

#define VLC_VIDEO_ALIGN_CENTER   0

◆ VLC_VIDEO_ALIGN_LEFT

#define VLC_VIDEO_ALIGN_LEFT   1

◆ VLC_VIDEO_ALIGN_RIGHT

#define VLC_VIDEO_ALIGN_RIGHT   2

◆ VLC_VIDEO_ALIGN_TOP

#define VLC_VIDEO_ALIGN_TOP   1

Typedef Documentation

◆ vlc_video_align_t

Video alignment within the display.