VLC  4.0.0-dev
vlc.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * vlc.h: global header for libvlc
3  *****************************************************************************
4  * Copyright (C) 1998-2008 VLC authors and VideoLAN
5  *
6  * Authors: Vincent Seguin <seguin@via.ecp.fr>
7  * Samuel Hocevar <sam@zoy.org>
8  * Gildas Bazin <gbazin@netcourrier.com>
9  * Derk-Jan Hartman <hartman at videolan dot org>
10  * Pierre d'Herbemont <pdherbemont@videolan.org>
11  *
12  * This program is free software; you can redistribute it and/or modify it
13  * under the terms of the GNU Lesser General Public License as published by
14  * the Free Software Foundation; either version 2.1 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU Lesser General Public License for more details.
21  *
22  * You should have received a copy of the GNU Lesser General Public License
23  * along with this program; if not, write to the Free Software Foundation,
24  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
25  *****************************************************************************/
26 
27 #ifndef VLC_VLC_H
28 #define VLC_VLC_H 1
29 
30 /**
31  * \file
32  * This file defines libvlc new external API
33  */
34 
35 # ifdef __cplusplus
36 extern "C" {
37 # endif
38 
39 #include <vlc/libvlc.h>
41 #include <vlc/libvlc_picture.h>
42 #include <vlc/libvlc_media.h>
44 #include <vlc/libvlc_media_list.h>
47 #include <vlc/libvlc_events.h>
48 #include <vlc/libvlc_dialog.h>
49 #include <vlc/deprecated.h>
50 
51 # ifdef __cplusplus
52 }
53 # endif
54 
55 #endif /* _VLC_VLC_H */
LibVLC deprecated playlist API.
LibVLC media list player external API.
LibVLC media item/descriptor external API.
LibVLC media list (playlist) external API.
LibVLC dialog external API.
This file defines libvlc_event external API.
LibVLC simple media player external API.
LibVLC media discovery external API.
LibVLC renderer discoverer external API.
LibVLC core external API.