VLC
4.0.0-dev
|
Data Fields | |
vlc_object_t * | owner |
input_fetcher_t * | fetcher |
struct background_worker * | worker |
atomic_bool | deactivated |
atomic_bool input_preparser_t::deactivated |
Referenced by input_preparser_Deactivate(), input_preparser_New(), and input_preparser_Push().
input_fetcher_t* input_preparser_t::fetcher |
Referenced by input_preparser_Delete(), input_preparser_fetcher_Push(), input_preparser_New(), and PreparserCloseInput().
vlc_object_t* input_preparser_t::owner |
Referenced by input_preparser_New(), and PreparserOpenInput().
struct background_worker* input_preparser_t::worker |