VLC  3.0.15
Data Fields
vout_control_cmd_t Struct Reference
Collaboration diagram for vout_control_cmd_t:
Collaboration graph
[legend]

Data Fields

int type
 
union {
   bool   boolean
 
   mtime_t   time
 
   mtime_t *   time_ptr
 
   char *   string
 
   int   integer
 
   struct {
      int   a
 
      int   b
 
   }   pair
 
   struct {
      bool   is_on
 
      mtime_t   date
 
   }   pause
 
   struct {
      int   channel
 
      char *   string
 
   }   message
 
   struct {
      unsigned   left
 
      unsigned   top
 
      unsigned   right
 
      unsigned   bottom
 
   }   border
 
   struct {
      unsigned   x
 
      unsigned   y
 
      unsigned   width
 
      unsigned   height
 
   }   window
 
   vout_window_mouse_event_t   window_mouse
 
   const vout_configuration_t *   cfg
 
   subpicture_t *   subpicture
 
   vlc_viewpoint_t   viewpoint
 
u
 

Field Documentation

◆ a

int vout_control_cmd_t::a

◆ b

int vout_control_cmd_t::b

◆ boolean

bool vout_control_cmd_t::boolean

Referenced by vout_control_PushBool().

◆ border

struct { ... } vout_control_cmd_t::border

◆ bottom

unsigned vout_control_cmd_t::bottom

◆ cfg

const vout_configuration_t* vout_control_cmd_t::cfg

◆ channel

int vout_control_cmd_t::channel

◆ date

mtime_t vout_control_cmd_t::date

◆ height

unsigned vout_control_cmd_t::height

◆ integer

int vout_control_cmd_t::integer

◆ is_on

bool vout_control_cmd_t::is_on

◆ left

unsigned vout_control_cmd_t::left

◆ message

struct { ... } vout_control_cmd_t::message

◆ pair

struct { ... } vout_control_cmd_t::pair

Referenced by vout_control_PushPair().

◆ pause

struct { ... } vout_control_cmd_t::pause

◆ right

unsigned vout_control_cmd_t::right

◆ string

char* vout_control_cmd_t::string

◆ subpicture

subpicture_t* vout_control_cmd_t::subpicture

Referenced by vout_control_cmd_Clean().

◆ time

mtime_t vout_control_cmd_t::time

Referenced by vout_control_PushTime().

◆ time_ptr

mtime_t* vout_control_cmd_t::time_ptr

◆ top

unsigned vout_control_cmd_t::top

◆ type

int vout_control_cmd_t::type

◆ u

union { ... } vout_control_cmd_t::u

◆ viewpoint

vlc_viewpoint_t vout_control_cmd_t::viewpoint

◆ width

unsigned vout_control_cmd_t::width

◆ window

struct { ... } vout_control_cmd_t::window

◆ window_mouse

vout_window_mouse_event_t vout_control_cmd_t::window_mouse

◆ x

unsigned vout_control_cmd_t::x

◆ y

unsigned vout_control_cmd_t::y

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