
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 |
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 |
Referenced by Thread(), and vout_Request().
| unsigned vout_control_cmd_t::height |
Referenced by Thread(), and vout_control_PushInteger().
| 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 |
Referenced by Thread(), vout_control_cmd_Clean(), and vout_control_PushString().
Referenced by Thread(), vout_control_cmd_Clean(), and vout_PutSubpicture().
Referenced by Thread(), and vout_control_PushTime().
Referenced by Thread(), and vout_NextPicture().
| unsigned vout_control_cmd_t::top |
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.7.1