qt: playlist: use item title if available
[vlc.git] / modules / access / dtv / en50221.h
blobcf2e9dbfec1f664aa89b483f5e116f6875275f85
1 /*****************************************************************************
2 * en50221.h:
3 *****************************************************************************
4 * Copyright (C) 1998-2010 VLC authors and VideoLAN
6 * Authors: Johan Bilien <jobi@via.ecp.fr>
7 * Jean-Paul Saman <jpsaman _at_ videolan _dot_ org>
8 * Christopher Ross <chris@tebibyte.org>
9 * Christophe Massiot <massiot@via.ecp.fr>
11 * This program is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU Lesser General Public License as published by
13 * the Free Software Foundation; either version 2.1 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU Lesser General Public License for more details.
21 * You should have received a copy of the GNU Lesser General Public License
22 * along with this program; if not, write to the Free Software Foundation,
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
24 *****************************************************************************/
26 typedef struct cam cam_t;
27 typedef struct en50221_capmt_info_s en50221_capmt_info_t;
29 cam_t *en50221_Init( vlc_object_t *, int fd );
30 void en50221_Poll( cam_t * );
31 int en50221_SetCAPMT( cam_t *, en50221_capmt_info_t * );
32 char *en50221_Status( cam_t *, char *req );
33 void en50221_End( cam_t * );
35 #define STRINGIFY( z ) UGLY_KLUDGE( z )
36 #define UGLY_KLUDGE( z ) #z