24#ifndef _INPUT_FETCHER_H
25#define _INPUT_FETCHER_H 1
int input_fetcher_Push(input_fetcher_t *, input_item_t *, input_item_meta_request_option_t, const input_fetcher_callbacks_t *, void *)
This function enqueues the provided item to be art fetched.
Definition fetcher.c:473
void input_fetcher_Delete(input_fetcher_t *)
This function destroys the fetcher object and thread.
Definition fetcher.c:507
input_fetcher_t * input_fetcher_New(vlc_object_t *)
This function creates the fetcher object and thread.
Definition fetcher.c:428
VLC object common members.
Definition vlc_objects.h:53