VLC  4.0.0-dev
Data Fields
vout_control_t Struct Reference
Collaboration diagram for vout_control_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
 
vlc_cond_t wait_request
 
vlc_cond_t wait_available
 
bool forced_awake
 
bool is_waiting
 
bool is_held
 
struct {
   int   i_alloc
 
   int   i_size
 
   vlc_mouse_t *   p_elems
 
cmd
 

Field Documentation

◆ cmd

struct { ... } vout_control_t::cmd

◆ forced_awake

bool vout_control_t::forced_awake

◆ i_alloc

int vout_control_t::i_alloc

◆ i_size

int vout_control_t::i_size

Referenced by vout_control_Pop().

◆ is_held

bool vout_control_t::is_held

◆ is_waiting

bool vout_control_t::is_waiting

◆ lock

vlc_mutex_t vout_control_t::lock

◆ p_elems

vlc_mouse_t* vout_control_t::p_elems

◆ wait_available

vlc_cond_t vout_control_t::wait_available

◆ wait_request

vlc_cond_t vout_control_t::wait_request

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