VLC  3.0.15
Data Fields
fetcher_thread Struct Reference
Collaboration diagram for fetcher_thread:
Collaboration graph
[legend]

Data Fields

void(* pf_worker )(playlist_fetcher_t *, struct fetcher_request *)
 
struct background_workerworker
 
struct fetcher_requestreq
 
playlist_fetcher_tfetcher
 
vlc_interrupt_t interrupt
 
vlc_thread_t thread
 
atomic_bool active
 

Field Documentation

◆ active

atomic_bool fetcher_thread::active

◆ fetcher

playlist_fetcher_t* fetcher_thread::fetcher

Referenced by FetcherThread(), and StartWorker().

◆ interrupt

vlc_interrupt_t fetcher_thread::interrupt

◆ pf_worker

void(* fetcher_thread::pf_worker) (playlist_fetcher_t *, struct fetcher_request *)

Referenced by FetcherThread(), and StartWorker().

◆ req

struct fetcher_request* fetcher_thread::req

Referenced by FetcherThread(), and StartWorker().

◆ thread

vlc_thread_t fetcher_thread::thread

Referenced by CloseWorker(), and StartWorker().

◆ worker

struct background_worker* fetcher_thread::worker

Referenced by FetcherThread(), and StartWorker().


The documentation for this struct was generated from the following file: