VLC  4.0.0-dev
art.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * art.h
3  *****************************************************************************
4  * Copyright (C) 1999-2008 VLC authors and VideoLAN
5  *
6  * Authors: Samuel Hocevar <sam@zoy.org>
7  * ClĂ©ment Stenac <zorglub@videolan.org>
8  *
9  * This program is free software; you can redistribute it and/or modify it
10  * under the terms of the GNU Lesser General Public License as published by
11  * the Free Software Foundation; either version 2.1 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public License
20  * along with this program; if not, write to the Free Software Foundation,
21  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
22  *****************************************************************************/
23 
24 #ifndef _INPUT_ART_H
25 #define _INPUT_ART_H 1
26 
29 
31  const void *, size_t, const char *psz_type );
32 
33 #endif
34 
int input_FindArtInCacheUsingItemUID(input_item_t *)
Definition: art.c:252
Describes an input and is used to spawn input_thread_t objects.
Definition: vlc_input_item.h:77
int input_SaveArt(vlc_object_t *, input_item_t *, const void *, size_t, const char *psz_type)
Definition: art.c:289
VLC object common members.
Definition: vlc_objects.h:43
int input_FindArtInCache(input_item_t *)
Definition: art.c:183