VLC
4.0.0-dev
|
Data Fields | |
input_item_t * | item |
vlc_atomic_rc_t | rc |
int | options |
const input_fetcher_callbacks_t * | cbs |
void * | userdata |
const input_fetcher_callbacks_t* fetcher_request::cbs |
Referenced by input_fetcher_Push(), and NotifyArtFetchEnded().
input_item_t* fetcher_request::item |
Referenced by Downloader(), input_fetcher_Push(), InvokeModule(), NotifyArtFetchEnded(), RequestRelease(), SearchByScope(), SearchLocal(), and SearchNetwork().
int fetcher_request::options |
Referenced by input_fetcher_Push(), and SearchLocal().
vlc_atomic_rc_t fetcher_request::rc |
Referenced by input_fetcher_Push(), RequestHold(), and RequestRelease().
void* fetcher_request::userdata |
Referenced by input_fetcher_Push(), and NotifyArtFetchEnded().