VLC  4.0.0-dev
Data Fields
vout_window_cfg_t Struct Reference

Window (desired) configuration. More...

Data Fields

bool is_fullscreen
 Whether the window should be in full screen mode or not. More...
 
bool is_decorated
 Whether the window should have decorations or not. More...
 
unsigned width
 Intended pixel width of the window. More...
 
unsigned height
 Intended pixel height of the window. More...
 

Detailed Description

Window (desired) configuration.

This structure describes the intended initial configuration of a vout_window_t.

Field Documentation

◆ height

unsigned vout_window_cfg_t::height

Intended pixel height of the window.

Referenced by EnableWindowLocked(), and vlc_gl_surface_Create().

◆ is_decorated

bool vout_window_cfg_t::is_decorated

Whether the window should have decorations or not.

◆ is_fullscreen

bool vout_window_cfg_t::is_fullscreen

Whether the window should be in full screen mode or not.

Referenced by EnableWindowLocked().

◆ width

unsigned vout_window_cfg_t::width

Intended pixel width of the window.

Referenced by EnableWindowLocked(), and vlc_gl_surface_Create().


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