|
VLC
4.0.0-dev
|
Public Types | |
| enum | { VLC_THUMBNAILER_SEEK_TIME, VLC_THUMBNAILER_SEEK_POS } |
Data Fields | |
| union { | |
| vlc_tick_t time | |
| float pos | |
| }; | |
| enum vlc_thumbnailer_params_t:: { ... } | type |
| bool | fast_seek |
| input_item_t * | input_item |
| vlc_tick_t | timeout |
| A positive value will be used as the timeout duration VLC_TICK_INVALID means no timeout. More... | |
| vlc_thumbnailer_cb | cb |
| void * | user_data |
| union { ... } |
| vlc_thumbnailer_cb vlc_thumbnailer_params_t::cb |
| bool vlc_thumbnailer_params_t::fast_seek |
Referenced by thumbnailer_request_Start().
| input_item_t* vlc_thumbnailer_params_t::input_item |
Referenced by thumbnailer_request_Release(), thumbnailer_request_Start(), and thumbnailer_RequestCommon().
| float vlc_thumbnailer_params_t::pos |
Referenced by thumbnailer_request_Start().
| vlc_tick_t vlc_thumbnailer_params_t::time |
Referenced by thumbnailer_request_Start().
| vlc_tick_t vlc_thumbnailer_params_t::timeout |
A positive value will be used as the timeout duration VLC_TICK_INVALID means no timeout.
Referenced by thumbnailer_RequestCommon().
| enum { ... } vlc_thumbnailer_params_t::type |
Referenced by thumbnailer_request_Start().
| void* vlc_thumbnailer_params_t::user_data |
Referenced by on_thumbnailer_input_event(), thumbnailer_request_Start(), and thumbnailer_request_Stop().
1.8.13