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

User configuration for a video output display (vout_display_t) More...

#include <vlc_vout_display.h>

Collaboration diagram for vout_display_cfg:
[legend]

Data Fields

struct vlc_windowwindow
 Window.
 
struct vout_display_placement display
 Display placement properties.
 
vlc_icc_profile_ticc_profile
 Currently active ICC profile.
 
video_projection_mode_t projection
 Final source projection requested for display.
 
vlc_viewpoint_t viewpoint
 Initial viewpoint when projection != PROJECTION_MODE_RECTANGULAR.
 
vlc_stereoscopic_mode_t stereo_mode
 Stereoscopic/3D mode used by the display.
 

Detailed Description

User configuration for a video output display (vout_display_t)

This primarily controls the size of the display area within the video window, as follows:

Field Documentation

◆ display

◆ icc_profile

vlc_icc_profile_t* vout_display_cfg::icc_profile

Currently active ICC profile.

Referenced by vout_ChangeIccProfile(), vout_Create(), vout_Release(), and vout_SetDisplayIccProfile().

◆ projection

video_projection_mode_t vout_display_cfg::projection

Final source projection requested for display.

Referenced by vout_SetDisplayProjection(), and vout_Start().

◆ stereo_mode

vlc_stereoscopic_mode_t vout_display_cfg::stereo_mode

Stereoscopic/3D mode used by the display.

Referenced by vout_ControlChangeStereo(), vout_display_New(), vout_SetDisplayStereo(), and VoutGetDisplayCfg().

◆ viewpoint

vlc_viewpoint_t vout_display_cfg::viewpoint

Initial viewpoint when projection != PROJECTION_MODE_RECTANGULAR.

Referenced by vout_ChangeViewpoint(), vout_SetDisplayViewpoint(), and VoutGetDisplayCfg().

◆ window


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