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:481
void input_fetcher_Delete(input_fetcher_t *)
This function destroys the fetcher object and thread.
Definition: fetcher.c:515
struct input_fetcher_callbacks_t input_fetcher_callbacks_t
input_fetcher_t * input_fetcher_New(vlc_object_t *)
This function creates the fetcher object and thread.
Definition: fetcher.c:436
VLC object common members.
Definition: vlc_objects.h:45