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