VLC 4.0.0-dev

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. More...
 
struct vout_display_placement display
 Display placement properties. More...
 
vlc_icc_profile_ticc_profile
 Currently active ICC profile. More...
 
vlc_viewpoint_t viewpoint
 

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:

  • If vout_display_cfg::display::fitting is not disabled, the video size is fitted to the display size.
  • If window size is valid, the video size is set to the window size,
  • Otherwise, the video size is determined from the original video format, multiplied by the zoom factor.

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

◆ viewpoint

◆ window


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