VLC
4.0.0-dev
|
Data Fields | |
vlc_object_t * | owner |
input_fetcher_t * | fetcher |
vlc_executor_t * | executor |
vlc_tick_t | default_timeout |
atomic_bool | deactivated |
vlc_mutex_t | lock |
struct vlc_list | submitted_tasks |
list of struct task More... | |
atomic_bool input_preparser_t::deactivated |
Referenced by input_preparser_Deactivate(), input_preparser_New(), and input_preparser_Push().
vlc_tick_t input_preparser_t::default_timeout |
Referenced by input_preparser_New(), and input_preparser_Push().
vlc_executor_t* input_preparser_t::executor |
Referenced by input_preparser_Cancel(), input_preparser_Delete(), input_preparser_New(), and input_preparser_Push().
input_fetcher_t* input_preparser_t::fetcher |
Referenced by Fetch(), input_preparser_Delete(), input_preparser_fetcher_Push(), and input_preparser_New().
vlc_mutex_t input_preparser_t::lock |
Referenced by input_preparser_Cancel(), input_preparser_New(), PreparserAddTask(), and PreparserRemoveTask().
vlc_object_t* input_preparser_t::owner |
Referenced by input_preparser_New(), and Parse().
struct vlc_list input_preparser_t::submitted_tasks |
list of struct task
Referenced by input_preparser_Cancel(), input_preparser_New(), and PreparserAddTask().