VLC
4.0.0-dev
|
Data Fields | |
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 |
bool | ended |
struct vlc_runnable | runnable |
to be passed to the executor More... | |
struct vlc_list | node |
node of vlc_thumbnailer_t.submitted_tasks More... | |
vlc_thumbnailer_cb vlc_thumbnailer_request_t::cb |
vlc_cond_t vlc_thumbnailer_request_t::cond_ended |
bool vlc_thumbnailer_request_t::ended |
bool vlc_thumbnailer_request_t::fast_seek |
input_item_t* vlc_thumbnailer_request_t::item |
vlc_mutex_t vlc_thumbnailer_request_t::lock |
struct vlc_list vlc_thumbnailer_request_t::node |
struct vlc_runnable vlc_thumbnailer_request_t::runnable |
to be passed to the executor
struct seek_target vlc_thumbnailer_request_t::seek_target |
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 |