QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
deprecated.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * deprecated.h: libvlc deprecated API
3  *****************************************************************************
4  * Copyright (C) 1998-2008 VLC authors and VideoLAN
5  * $Id: 7f55090fcd482489ceed9145ce2253e78fa6fd2a $
6  *
7  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
8  * Jean-Paul Saman <jpsaman@videolan.org>
9  *
10  * This program is free software; you can redistribute it and/or modify it
11  * under the terms of the GNU Lesser General Public License as published by
12  * the Free Software Foundation; either version 2.1 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program; if not, write to the Free Software Foundation,
22  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23  *****************************************************************************/
24 
25 #ifndef LIBVLC_DEPRECATED_H
26 #define LIBVLC_DEPRECATED_H 1
27 
33 # ifdef __cplusplus
34 extern "C" {
35 # endif
36 
37 /*****************************************************************************
38  * Playlist (Deprecated)
39  *****************************************************************************/
59 LIBVLC_DEPRECATED LIBVLC_API
60 void libvlc_playlist_play( libvlc_instance_t *p_instance, int i_id,
61  int i_options, char **ppsz_options );
62 
65 # ifdef __cplusplus
66 }
67 # endif
68 
69 #endif /* _LIBVLC_DEPRECATED_H */
LIBVLC_DEPRECATED LIBVLC_API void libvlc_playlist_play(libvlc_instance_t *p_instance, int i_id, int i_options, char **ppsz_options)
struct libvlc_instance_t libvlc_instance_t
Definition: libvlc_structures.h:44