|
VLC
2.1.0-git
|

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 |
| int vout_control_cmd_t::a |
| int vout_control_cmd_t::b |
| bool vout_control_cmd_t::boolean |
Referenced by Thread(), and vout_control_PushBool().
| struct { ... } vout_control_cmd_t::border |
Referenced by Thread(), and vout_ControlChangeCropBorder().
| unsigned vout_control_cmd_t::bottom |
| const vout_configuration_t* vout_control_cmd_t::cfg |
Referenced by Thread(), and vout_Request().
| int vout_control_cmd_t::channel |
| mtime_t vout_control_cmd_t::date |
| unsigned vout_control_cmd_t::height |
| int vout_control_cmd_t::integer |
Referenced by Thread(), and vout_control_PushInteger().
| bool vout_control_cmd_t::is_on |
| unsigned vout_control_cmd_t::left |
| struct { ... } vout_control_cmd_t::message |
Referenced by vout_control_PushMessage().
| 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().
| unsigned vout_control_cmd_t::right |
| char* vout_control_cmd_t::string |
Referenced by Thread(), vout_control_cmd_Clean(), and vout_control_PushString().
| subpicture_t* vout_control_cmd_t::subpicture |
Referenced by Thread(), vout_control_cmd_Clean(), and vout_PutSubpicture().
| mtime_t vout_control_cmd_t::time |
Referenced by Thread(), and vout_control_PushTime().
| mtime_t* vout_control_cmd_t::time_ptr |
Referenced by Thread(), and vout_NextPicture().
| unsigned vout_control_cmd_t::top |
| int vout_control_cmd_t::type |
Referenced by Thread(), vout_control_cmd_Clean(), and vout_control_cmd_Init().
| union { ... } vout_control_cmd_t::u |
Referenced by Thread(), vout_ChangePause(), vout_control_cmd_Clean(), vout_control_PushBool(), vout_control_PushInteger(), vout_control_PushMessage(), vout_control_PushPair(), vout_control_PushString(), vout_control_PushTime(), vout_ControlChangeCropBorder(), vout_ControlChangeCropWindow(), vout_NextPicture(), vout_PutSubpicture(), and vout_Request().
| unsigned vout_control_cmd_t::width |
| struct { ... } vout_control_cmd_t::window |
Referenced by Thread(), and vout_ControlChangeCropWindow().
| unsigned vout_control_cmd_t::x |
| unsigned vout_control_cmd_t::y |
1.8.1.2