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
   const vout_configuration_t *   cfg
   subpicture_t *   subpicture
u

Field Documentation

Referenced by Thread(), and vout_control_PushBool().

Referenced by Thread(), and vout_Request().

Referenced by Thread(), and vout_control_PushInteger().

struct { ... } vout_control_cmd_t::pair

Referenced by Thread(), and vout_control_PushPair().

struct { ... } vout_control_cmd_t::pause

Referenced by Thread(), and vout_ChangePause().

Referenced by Thread(), and vout_control_PushTime().

Referenced by Thread(), and vout_NextPicture().

union { ... } vout_control_cmd_t::u

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines