25#ifndef VLC_LIBVLC_VIDEO_H
26#define VLC_LIBVLC_VIDEO_H 1
libvlc_video_orient_t
Definition libvlc_video.h:33
@ libvlc_video_orient_right_top
Rotated 90 degrees anti-clockwise.
Definition libvlc_video.h:40
@ libvlc_video_orient_left_bottom
Rotated 90 degrees clockwise (or 270 anti-clockwise)
Definition libvlc_video.h:39
@ libvlc_video_orient_top_right
Flipped horizontally.
Definition libvlc_video.h:35
@ libvlc_video_orient_top_left
Normal.
Definition libvlc_video.h:34
@ libvlc_video_orient_left_top
Transposed.
Definition libvlc_video.h:38
@ libvlc_video_orient_bottom_left
Flipped vertically.
Definition libvlc_video.h:36
@ libvlc_video_orient_right_bottom
Anti-transposed.
Definition libvlc_video.h:41
@ libvlc_video_orient_bottom_right
Rotated 180 degrees.
Definition libvlc_video.h:37
libvlc_video_projection_t
Definition libvlc_video.h:45
@ libvlc_video_projection_rectangular
Definition libvlc_video.h:46
@ libvlc_video_projection_equirectangular
360 spherical
Definition libvlc_video.h:47
@ libvlc_video_projection_cubemap_layout_standard
Definition libvlc_video.h:49
libvlc_video_multiview_t
Definition libvlc_video.h:53
@ libvlc_video_multiview_stereo_col
Column sequential.
Definition libvlc_video.h:58
@ libvlc_video_multiview_stereo_frame
Frame sequential.
Definition libvlc_video.h:59
@ libvlc_video_multiview_stereo_tb
Top-bottom.
Definition libvlc_video.h:56
@ libvlc_video_multiview_stereo_checkerboard
Checkerboard pattern.
Definition libvlc_video.h:60
@ libvlc_video_multiview_2d
No stereoscopy: 2D picture.
Definition libvlc_video.h:54
@ libvlc_video_multiview_stereo_row
Row sequential.
Definition libvlc_video.h:57
@ libvlc_video_multiview_stereo_sbs
Side-by-side.
Definition libvlc_video.h:55