|
VLC 4.0.0-dev
|
Public Types | |
| enum | { RUNNING , INTERRUPTED , ENDED } |
Data Fields | |
| vlc_atomic_rc_t | rc |
| vlc_thumbnailer_t * | thumbnailer |
| struct seek_target | seek_target |
| bool | fast_seek |
| input_item_t * | 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 * | userdata |
| vlc_mutex_t | lock |
| vlc_cond_t | cond_ended |
| enum vlc_thumbnailer_request_t:: { ... } | status |
| picture_t * | pic |
| struct vlc_runnable | runnable |
| to be passed to the executor More... | |
| vlc_thumbnailer_cb vlc_thumbnailer_request_t::cb |
| vlc_cond_t vlc_thumbnailer_request_t::cond_ended |
| bool vlc_thumbnailer_request_t::fast_seek |
| input_item_t* vlc_thumbnailer_request_t::item |
| vlc_mutex_t vlc_thumbnailer_request_t::lock |
| picture_t* vlc_thumbnailer_request_t::pic |
| vlc_atomic_rc_t vlc_thumbnailer_request_t::rc |
| struct vlc_runnable vlc_thumbnailer_request_t::runnable |
to be passed to the executor
| struct seek_target vlc_thumbnailer_request_t::seek_target |
| enum { ... } vlc_thumbnailer_request_t::status |
| vlc_thumbnailer_t* vlc_thumbnailer_request_t::thumbnailer |
| vlc_tick_t vlc_thumbnailer_request_t::timeout |
A positive value will be used as the timeout duration VLC_TICK_INVALID means no timeout.
| void* vlc_thumbnailer_request_t::userdata |