libdvbpsi 1.3.2
dr_47.h
Go to the documentation of this file.
1/*****************************************************************************
2 * dr_47.h
3 * Copyright (C) 2001-2010 VideoLAN
4 * $Id: dr_47.h,v 1.2 2002/12/12 10:19:32 jobi Exp $
5 *
6 * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
7 * Johan Bilien <jobi@via.ecp.fr>
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library 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 GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 *****************************************************************************/
24
36#ifndef _DVBPSI_DR_47_H_
37#define _DVBPSI_DR_47_H_
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43
44/*****************************************************************************
45 * dvbpsi_bouquet_name_dr_t
46 *****************************************************************************/
64
65
66/*****************************************************************************
67 * dvbpsi_DecodeBouquetNameDr
68 *****************************************************************************/
78 dvbpsi_descriptor_t * p_descriptor);
79
80
81/*****************************************************************************
82 * dvbpsi_GenBouquetNameDr
83 *****************************************************************************/
95 dvbpsi_bouquet_name_dr_t * p_decoded,
96 bool b_duplicate);
97
98
99#ifdef __cplusplus
100};
101#endif
102
103#else
104#error "Multiple inclusions of dr_47.h"
105#endif
106
dvbpsi_bouquet_name_dr_t * dvbpsi_DecodeBouquetNameDr(dvbpsi_descriptor_t *p_descriptor)
"bouquet name" descriptor decoder.
dvbpsi_descriptor_t * dvbpsi_GenBouquetNameDr(dvbpsi_bouquet_name_dr_t *p_decoded, bool b_duplicate)
"bouquet name" descriptor generator.
struct dvbpsi_bouquet_name_dr_s dvbpsi_bouquet_name_dr_t
dvbpsi_bouquet_name_dr_t type definition.
"bouquet name" descriptor structure.
Definition dr_47.h:59
uint8_t i_name_length
Definition dr_47.h:60
uint8_t i_char[255]
Definition dr_47.h:61
Descriptor structure.
Definition descriptor.h:83