|
VLC
4.0.0-dev
|
|
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. More... | |
| #define VLC_VIDEO_ALIGN_BOTTOM 2 |
Referenced by vout_display_PlacePicture(), and VoutGetDisplayCfg().
| #define VLC_VIDEO_ALIGN_CENTER 0 |
Referenced by VoutGetDisplayCfg().
| #define VLC_VIDEO_ALIGN_LEFT 1 |
Referenced by vout_display_PlacePicture(), and VoutGetDisplayCfg().
| #define VLC_VIDEO_ALIGN_RIGHT 2 |
Referenced by vout_display_PlacePicture(), and VoutGetDisplayCfg().
| #define VLC_VIDEO_ALIGN_TOP 1 |
Referenced by vout_display_PlacePicture(), and VoutGetDisplayCfg().
| typedef struct vlc_video_align vlc_video_align_t |
Video alignment within the display.
1.8.13